summaryrefslogtreecommitdiff
path: root/doc/tinyproxy.conf
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-12 16:59:06 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-12 16:59:06 +0000
commiteb1230e841f93f7a5fcf4103045aef4a76164b81 (patch)
tree7dd651c2a4db4fab348e0006fa9260e5217fb1d3 /doc/tinyproxy.conf
parentf1a451faea1206acd262acc473b0f767f0cefb81 (diff)
downloadtinyproxy-eb1230e841f93f7a5fcf4103045aef4a76164b81.tar.gz
tinyproxy-eb1230e841f93f7a5fcf4103045aef4a76164b81.zip
Added the description and intial settings for the ConnectPort directive.
Diffstat (limited to '')
-rw-r--r--doc/tinyproxy.conf11
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