about summary refs log tree commit diff stats
path: root/tools/dnsmasq.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dnsmasq.html')
-rw-r--r--tools/dnsmasq.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/dnsmasq.html b/tools/dnsmasq.html
index c431c30..720979b 100644
--- a/tools/dnsmasq.html
+++ b/tools/dnsmasq.html
@@ -14,6 +14,11 @@
         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>
 
+        <pre>
+        $ sudo useradd -M -r -s /bin/false -g net net
+        </pre>
+
+
         <h2 id="dnscrypt">1. Dnscrypt</h2>
 
         <pre>
@@ -28,7 +33,7 @@
         nobody user. Basic usage example;</p>
 
         <pre>
-        $ sudo -u nobody  dnscrypt-proxy --daemonize --resolver-name=&lt;resolver name&gt;
+        $ sudo -u net  dnscrypt-proxy --daemonize --resolver-name=&lt;resolver name&gt;
         </pre>
 
         <h2 id="dnsmasq">2. Dnsmasq</h2>
@@ -57,6 +62,9 @@
         <a href="conf/etc/dnsmasq.conf">dnsmasq.conf</a> (change interface),
         <a href="conf/etc/hosts.dnsmasq">hosts.dnsmasq</a>.</p>
 
+        <p>Check /var/lib/dhcp/dnsmasq.leases to get list of dhcp leases
+        assigned.</p>
+
         <a href="index.html">Tools Index</a>
 
         <p>