Added the "DNSserverLocation" and "DNSserverSocket" directives
(including their comments.) These directives are _required_ by the dnsserver DNS resolver.
This commit is contained in:
parent
e7b9b558e9
commit
e55c4263a8
@ -59,6 +59,18 @@ LogLevel Info
|
|||||||
#
|
#
|
||||||
PidFile "/var/run/tinyproxy.pid"
|
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
|
# Include the X-Tinyproxy header, which has the client's IP address when
|
||||||
# connecting to the sites listed.
|
# connecting to the sites listed.
|
||||||
|
Loading…
Reference in New Issue
Block a user