This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dnscrypt-proxy -a 192.168.1.2 -L /usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv -R ns0.dnscrypt.is | |
| # "-a": The local IP that will listen to other devices DNS requests (by default it listen on DNS port 53), | |
| # can be phones (Since DNSCrypt can't run on non-rooted IOS or android devices), | |
| # where you will manually need to configure WIFI to use 192.168.1.2 for the DNS server. | |
| # For the same local machine that runs this DNSCrypt command, use 192.168.1.2 in /etc/resolv.conf | |
| # "-L": The path to "dnscrypt-resolvers.csv" file where it includes all the servers that can be used with DNSCrypt. | |
| # "-R": The DNS resolver name, copy the server name from "dnscrypt-resolvers.csv" file. | |
| ## Verify |
NewerOlder