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.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>