diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-12 16:59:06 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-12 16:59:06 +0000 |
commit | eb1230e841f93f7a5fcf4103045aef4a76164b81 (patch) | |
tree | 7dd651c2a4db4fab348e0006fa9260e5217fb1d3 /doc/tinyproxy.conf | |
parent | f1a451faea1206acd262acc473b0f767f0cefb81 (diff) | |
download | tinyproxy-eb1230e841f93f7a5fcf4103045aef4a76164b81.tar.gz tinyproxy-eb1230e841f93f7a5fcf4103045aef4a76164b81.zip |
Added the description and intial settings for the ConnectPort directive.
Diffstat (limited to '')
-rw-r--r-- | doc/tinyproxy.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf index e17efd2..3e3e919 100644 --- a/doc/tinyproxy.conf +++ b/doc/tinyproxy.conf @@ -125,3 +125,14 @@ Allow 192.168.1.0/25 # #Anonymous "Host" #Anonymous "Authorization" + +# +# This is a list of ports allowed by tinyproxy when the CONNECT method +# is used. To disable the CONNECT method altogether, set the value to 0. +# If no ConnectPort line is found, all ports are allowed (which is not +# very secure.) +# +# The following two ports are used by SSL. +# +ConnectPort 443 +ConnectPort 563 |