From eb1230e841f93f7a5fcf4103045aef4a76164b81 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Fri, 12 Apr 2002 16:59:06 +0000 Subject: Added the description and intial settings for the ConnectPort directive. --- doc/tinyproxy.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3