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.