diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tinyproxy.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf index 801a899..cd48c12 100644 --- a/doc/tinyproxy.conf +++ b/doc/tinyproxy.conf @@ -114,6 +114,7 @@ Allow 192.168.1.0/25 # If an Anonymous keyword is present, then anonymous proxying is enabled. # The headers listed are allowed through, while all others are denied. If # no Anonymous keyword is present, then all header are allowed through. +# You must include quotes around the headers. # -#Anonymous Host -#Anonymous Authorization +#Anonymous "Host" +#Anonymous "Authorization" |