diff options
Diffstat (limited to 'tools/dnsmasq.html')
-rw-r--r-- | tools/dnsmasq.html | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/tools/dnsmasq.html b/tools/dnsmasq.html index ce22d76..c431c30 100644 --- a/tools/dnsmasq.html +++ b/tools/dnsmasq.html @@ -10,6 +10,9 @@ <h1>Dnscrypt and Dnsmasq</h1> + <p>Configure your resolver with a server that don't + censorship there for respect your freedom and privacy. + Read <a href="https://trac.torproject.org/projects/tor/wiki/doc/DnsResolver/PublicDnsResolvers#PublicDNSServers">Tor Dns Resolver</a> for more information.</p> <h2 id="dnscrypt">1. Dnscrypt</h2> @@ -17,23 +20,26 @@ $ prt-get depinst dnscrypt </pre> - <p>Dnscrypt by default resolves to dnscrypt.eu-nl, file - /usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv - contains list of compatible serers. Sysdoc dnscrypt-proxy port - contains init script configured to use DNSCrypt.eu resolver and - run as nobody user. Basic usage example;</p> + <p>Dnscrypt by default resolves to dnscrypt.eu-nl, check file + /usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv for a list of + compatible servers. Dnscrypt-proxy port from c9-ports contains + <a href="conf/etc/rc.d/dnscrypt-proxy">dnscrypt-proxy</a> init + script configured to use dnscrypt.eu-dk resolver and run as + nobody user. Basic usage example;</p> <pre> - $ sudo dnscrypt-proxy --daemonize --resolver-name=<resolver name> + $ sudo -u nobody dnscrypt-proxy --daemonize --resolver-name=<resolver name> </pre> <h2 id="dnsmasq">2. Dnsmasq</h2> - <p>Edit <a href="../conf/etc/resolv.conf">resolv.conf</a>;</p> + <p>Edit <a href="conf/etc/resolv.conf">resolv.conf</a>;</p> <pre> - # Local dnsmasq server + # /etc/resolv.conf.head can replace this line nameserver 127.0.0.1 + # CCC server + # nameserver 213.73.91.35 # OpenNIC Servers # nameserver 192.71.249.83 # nameserver 5.135.183.146 @@ -48,8 +54,8 @@ <p>Dnsmasq provides dns caching and dhcpd, example configuration files: - <a href="../conf/etc/dnsmasq.conf">dnsmasq.conf</a> (change interface), - <a href="../conf/etc/hosts.dnsmasq">hosts.dnsmasq</a>.</p> + <a href="conf/etc/dnsmasq.conf">dnsmasq.conf</a> (change interface), + <a href="conf/etc/hosts.dnsmasq">hosts.dnsmasq</a>.</p> <a href="index.html">Tools Index</a> |