diff options
Diffstat (limited to 'tools/dnsmasq.html')
-rw-r--r-- | tools/dnsmasq.html | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/tools/dnsmasq.html b/tools/dnsmasq.html index e71796e..ce22d76 100644 --- a/tools/dnsmasq.html +++ b/tools/dnsmasq.html @@ -1,4 +1,17 @@ - <h2 id="dnscrypt">4.1. Dnscrypt</h2> + <!DOCTYPE html> +<html dir="ltr" lang="en"> + <head> + <meta charset='utf-8'> + <title>Dnscrypt and Dnsmasq</title> + </head> + <body> + + <a href="index.html">Tools Index</a> + + <h1>Dnscrypt and Dnsmasq</h1> + + + <h2 id="dnscrypt">1. Dnscrypt</h2> <pre> $ prt-get depinst dnscrypt @@ -14,16 +27,16 @@ $ sudo dnscrypt-proxy --daemonize --resolver-name=<resolver name> </pre> - <h2 id="dnsmasq">4.2. Dnsmasq</h2> + <h2 id="dnsmasq">2. Dnsmasq</h2> <p>Edit <a href="../conf/etc/resolv.conf">resolv.conf</a>;</p> <pre> # Local dnsmasq server nameserver 127.0.0.1 - # OpenNIC Servers - # nameserver 192.71.249.83 - # nameserver 5.135.183.146 + # OpenNIC Servers + # nameserver 192.71.249.83 + # nameserver 5.135.183.146 </pre> <p>Make sure daemons like dhcpd don't change it, @@ -36,7 +49,14 @@ <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/resolv.conf.dnsmasq">resolv.conf.dnsmasq</a> and <a href="../conf/etc/hosts.dnsmasq">hosts.dnsmasq</a>.</p> + <a href="index.html">Tools Index</a> + <p> + This is part of the c9-doc Manual. + Copyright (C) 2016 + c9 team. + See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> + </body> +</html> |