Added the "DNSserverLocation" and "DNSserverSocket" directives

(including their comments.)  These directives are _required_ by the
dnsserver DNS resolver.
This commit is contained in:
Robert James Kaes 2002-05-23 21:32:54 +00:00
parent e7b9b558e9
commit e55c4263a8

View File

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