Added the description and intial settings for the ConnectPort directive.

This commit is contained in:
Robert James Kaes 2002-04-12 16:59:06 +00:00
parent f1a451faea
commit eb1230e841

View File

@ -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