diff options
Diffstat (limited to 'doc/tinyproxy.conf')
-rw-r--r-- | doc/tinyproxy.conf | 12 |
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. # |