diff options
Diffstat (limited to 'tools/dnsmasq.html')
-rw-r--r-- | tools/dnsmasq.html | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/tools/dnsmasq.html b/tools/dnsmasq.html index 909e1cf..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,7 +27,7 @@ $ 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> @@ -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> |