about summary refs log tree commit diff stats
path: root/tools/dnsmasq.html
diff options
context:
space:
mode:
authorpunk <punk@libernaut>2021-04-29 16:11:04 +0100
committerpunk <punk@libernaut>2021-04-29 16:11:25 +0100
commit9bef2e2b7ea351b6b1cb490597356677db61ff34 (patch)
treec36ae24aa3c36f6c19284c7d4da7c25a620bfabf /tools/dnsmasq.html
parent6b5cf63d1987889e272643bf7eeb7725df856d11 (diff)
parent5e601f7ee14830ef645ee3d3b1bcdce7450a5ce3 (diff)
downloaddoc-9bef2e2b7ea351b6b1cb490597356677db61ff34.tar.gz
release 0.7.2 HEAD master
Diffstat (limited to 'tools/dnsmasq.html')
-rw-r--r--tools/dnsmasq.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/dnsmasq.html b/tools/dnsmasq.html
index 4d738e4..f738d76 100644
--- a/tools/dnsmasq.html
+++ b/tools/dnsmasq.html
@@ -28,7 +28,7 @@
         <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 machine-ports contains
-        <a href="conf/etc/rc.d/dnscrypt-proxy">dnscrypt-proxy</a> init
+        <a href="../linux/conf/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>
 
@@ -38,7 +38,7 @@
 
         <h2 id="dnsmasq">2. Dnsmasq</h2>
 
-        <p>Edit <a href="conf/etc/resolv.conf">resolv.conf</a>;</p>
+        <p>Edit <a href="../linux/conf/resolv.conf">resolv.conf</a>;</p>
 
         <pre>
         # /etc/resolv.conf.head can replace this line
@@ -59,8 +59,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="../linux/conf/dnsmasq.conf">dnsmasq.conf</a> (change interface),
+        <a href="../linux/conf/hosts.dnsmasq">hosts.dnsmasq</a>.</p>
 
         <p>Check /var/lib/dhcp/dnsmasq.leases to get list of dhcp leases
         assigned.</p>