summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-05-23 21:32:54 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-05-23 21:32:54 +0000
commite55c4263a8f7e0b55d271495c30e26c11e9f59ac (patch)
treeda3cd4e0d7bf791d6921dc17ebe70be52e291e08 /doc
parente7b9b558e996f3bc02b9c540c6daa5ed63713a69 (diff)
downloadtinyproxy-e55c4263a8f7e0b55d271495c30e26c11e9f59ac.tar.gz
tinyproxy-e55c4263a8f7e0b55d271495c30e26c11e9f59ac.zip
Added the "DNSserverLocation" and "DNSserverSocket" directives
(including their comments.) These directives are _required_ by the dnsserver DNS resolver.
Diffstat (limited to '')
-rw-r--r--doc/tinyproxy.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf
index b8c20de..62b8f34 100644
--- a/doc/tinyproxy.conf
+++ b/doc/tinyproxy.conf
@@ -60,6 +60,18 @@ LogLevel Info
PidFile "/var/run/tinyproxy.pid"
#
+# DNSserverLocation: This is the complete path (including program name) of
+# the "dnsserver" DNS resolver.
+#
+DNSserverLocation "/usr/local/sbin/dnsserver"
+
+#
+# DNSserverSocket: An absolute path to a Unix socket (usually stored in
+# either /tmp or /var/state)
+#
+DNSserverSocket "/tmp/dnsserver.socket"
+
+#
# Include the X-Tinyproxy header, which has the client's IP address when
# connecting to the sites listed.
#