What's new

DNScrypt dnscrypt installer for asuswrt

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Am I getting a DNS leask? ipleak.net shows that I am not, but running the test command in a term gives this and that "source" line (obfuscated) is my provider IP however I am using a VPN with a completely different IP that shows in all location checks I have tried.

Code:
XXXX@lm-linux ~ $ nslookup -type=txt debug.opendns.com
Server:        127.0.1.1
Address:    127.0.1.1#53

Non-authoritative answer:
debug.opendns.com    text = "server m47.lax"
debug.opendns.com    text = "flags 20 0 8050 3950000000000000000"
debug.opendns.com    text = "originid 114513962"
debug.opendns.com    text = "actype 2"
debug.opendns.com    text = "bundle 10563684"
debug.opendns.com    text = "source 7x.1x8.6x.1x5:yyyyy"
debug.opendns.com    text = "dnscrypt enabled (713156774457306E)"

Authoritative answers can be found from:
(blank)

AC-68U Merlin 380.66_4 - entware - dnscrypt - pixelserve-tls - ab-solution - skynet
 
Hello,

Is there a way that I can setup on the router (AC-3100) some ip to use DNS A and Some to use DNS B and that they are both using DNSCRYPT....

EDIT: I have tried

# Tag and Set the IP range for alternate DNS to be used
dhcp-range=set:altdns,192.168.2.102,192.168.2.102

# Set Alternate DNS for the Tagged Range
dhcp-option=tag:altdns,option:dns-server,208.67.222.222,208.67.220.220

doesnt seems to work

Also tried:
dhcp-host=set:TEST,24:05:0F:9E:84:04,192.168.2.102
dhcp-option=tag:TEST,option:dns-server,8.8.8.8

Same result
 
Last edited:
After many hours of struggle and reading these forums until it has almost driven me mad I am now seeking help from anyone able to do so. I have an Asus AC-88U running the Merlin v382.1 firmware. My WAN DNS settings are 84.200.69.80 and 84.200.70.40. IPv6 and dns filtering are both off. I have successfully installed DNScrypt and configured to handle all dns queries with two cryptostorm servers, 212.83.175.31 and 213.163.64.208.

When I check for leaks on ipleak.net the response I get can include anywhere between one and all four of the name servers given above, often it is just two, one of the dnscrypt servers and one of the WAN servers.

Running the command “pidof dnscrypt-proxy” returns two three digit numbers which, as I understand it confirms that dnscrypt is working. If I now run some cat commands I get the following

Code:
cat / etc /resolv.conf
nameserver 127.0.0.1

Code:
cat / etc /resolv.dnsmasq
dhcp-host=D0:E1:40:8E:3E:B2,192.168.1.20
dhcp-host=00:17:F2:01:2F:95,192.168.1.13
dhcp-host=2C:F0:A2:07:CE:DE,192.168.1.12
dhcp-host=00:CD:FE:86:D5:86,192.168.1.11
dhcp-host=E0:B9:BA:43:C9:C9,192.168.1.10
dhcp-host=FC:15:B4:35:76:39,192.168.1.9
dhcp-host=D0:03:4B:07:17:67,192.168.1.7
dhcp-host=00:1A:62:03:ED:B5,192.168.1.5
dhcp-host=10:DD:B1:E6:DF:E9,192.168.1.4
dhcp-host=DC:A9:04:81:46:D3,192.168.1.3
quiet-dhcp
quiet-dhcp6
no-resolv
server=127.0.0.1#65053
server=127.0.0.1#65054

Code:
cat / tmp /resolv.conf
nameserver 84.200.69.80
nameserver 84.200.70.40

Code:
cat / tmp /resolv.dnsmasq
server=84.200.69.80
server=84.200.70.40

Now, my understanding is that these two files in tmp should be empty and indeed if I manually edit them to remove the servers ipleak returns the correct servers and only the correct servers, but unfortunately my edit isn’t persistent.

So, please help!!!!
 
Last edited:
Hello,

I have a quick question... I'm using the script and everything is working fine. But I will like to know if its possible to force some of my local IP's to use the 2nd DNS that I choose during the DNSCrypt setup script. For exemple all my IP's will use the OpenDNS regular and my kids computer will use the OPENDNS Family ....

I'M sure its probaly easy to do but i just dont know where to start

Thanks
 
Hello @bigeyes0x0

Why does not the list of available DNSs now appear?

I only have one option available!

d47c61bdc0d34ec424904dbceff4924f.jpg
 
Do you have any scripts running that may block this domain? Like Skynet or something else? It would seem that dnscrypt cannot contact the source needed to list the servers.
Code:
https://github.com/jedisct1/dnscrypt-resolvers
 
Hello @bigeyes0x0

Why does not the list of available DNSs now appear?

I only have one option available!

d47c61bdc0d34ec424904dbceff4924f.jpg

The problem is: author moved his/her files to /V1/ folder on GitHub but the script still trying to find that csv file on the root folder.
 
Last edited:
Do you have any scripts running that may block this domain? Like Skynet or something else? It would seem that dnscrypt cannot contact the source needed to list the servers.
Code:
https://github.com/jedisct1/dnscrypt-resolvers

I already turn off ab-solution and Skynet and the result is the same!
 
The problem is: author moved his/her files to /V1/ folder on GitHub but the script still trying to find that csv file on the root folder.

Then it probably must be this ...

What is the best way to solve the situation?

Contact the programmer?

Does the script allow you to install offline?
 
Then it probably must be this ...

What is the best way to solve the situation?

Contact the programmer?

Does the script allow you to install offline?
Dowload the script, change the path and run it directly on the router.
 
Download the zip file, then change line 148 in the installer-file to:
Code:
https://raw.githubusercontent.com/jedisct1/dnscrypt-resolvers/master/v1/dnscrypt-resolvers.csv
 
Download the zip file, then change line 148 in the installer-file to:
Code:
https://raw.githubusercontent.com/jedisct1/dnscrypt-resolvers/master/v1/dnscrypt-resolvers.csv

You have to give me some more help :)

Ok I already downloaded the zip to my desktop and decompressed.

And now with what program I open the installer file to change it?
 
Thanks ;)

Ok I already made the change to the file and I saved it.

Now how do I run setup on the router?
There you go, I'll remove it as soon as @bigeyes0x0 makes the change:
Maintainer changed the URL.
 
Last edited:

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top