From e55c4263a8f7e0b55d271495c30e26c11e9f59ac Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 23 May 2002 21:32:54 +0000 Subject: Added the "DNSserverLocation" and "DNSserverSocket" directives (including their comments.) These directives are _required_ by the dnsserver DNS resolver. --- doc/tinyproxy.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf index b8c20de..62b8f34 100644 --- a/doc/tinyproxy.conf +++ b/doc/tinyproxy.conf @@ -59,6 +59,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. -- cgit v1.2.3