summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-10-11 01:47:48 +0200
committerMichael Adam <obnox@samba.org>2009-10-11 02:00:32 +0200
commit1c0bda0e7cc99d39309f63fa719cbce756599f68 (patch)
tree311bb9d91deb567e04cdcac608804646207a80cb
parent7671ac1ae26366b87bf1f5ee925cf3d49cfeb4ed (diff)
downloadtinyproxy-1c0bda0e7cc99d39309f63fa719cbce756599f68.tar.gz
tinyproxy-1c0bda0e7cc99d39309f63fa719cbce756599f68.zip
Document DisableViaHeader in the tinyproxy.conf template.
Diffstat (limited to '')
-rw-r--r--etc/tinyproxy.conf.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/tinyproxy.conf.in b/etc/tinyproxy.conf.in
index 560babc..cb5d068 100644
--- a/etc/tinyproxy.conf.in
+++ b/etc/tinyproxy.conf.in
@@ -208,6 +208,15 @@ Allow 127.0.0.1
ViaProxyName "tinyproxy"
#
+# DisableViaHeader: When this is set to yes, Tinyproxy does NOT add
+# the Via header to the requests. This virtually puts Tinyproxy into
+# stealth mode. Note that RFC 2616 requires proxies to set the Via
+# header, so by enabling this option, you break compliance.
+# Don't disable the Via header unless you know what you are doing...
+#
+#DisableViaHeader Yes
+
+#
# Filter: This allows you to specify the location of the filter file.
#
#Filter "@sysconfdir@/filter"