summaryrefslogtreecommitdiff
path: root/docs/man5
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-09-28 11:37:30 +0200
committerMichael Adam <obnox@samba.org>2009-09-28 11:37:54 +0200
commitf0cbc35ca9f15a24adff891a2dfce7b03ee92346 (patch)
tree137ff686af992153dd4033a68ff0ebdc567e550d /docs/man5
parent9ff9bd18fe54780da11c76db3abb720aaee25496 (diff)
downloadtinyproxy-f0cbc35ca9f15a24adff891a2dfce7b03ee92346.tar.gz
tinyproxy-f0cbc35ca9f15a24adff891a2dfce7b03ee92346.zip
docs: document ConnectPort in tinyproxy.conf(5)
Diffstat (limited to '')
-rw-r--r--docs/man5/tinyproxy.conf.txt.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in
index d74f762..aace0e5 100644
--- a/docs/man5/tinyproxy.conf.txt.in
+++ b/docs/man5/tinyproxy.conf.txt.in
@@ -269,6 +269,12 @@ The possible keywords and their descriptions are as follows:
Anonymous "Authorization"
Anonymous "Cookie"
+*ConnectPort*::
+
+ This option can be used to specify the ports allowed for the
+ CONNECT method. If no `ConnectPort` line is found, then all
+ ports are allowed. To disable CONNECT altogether, include a
+ single ConnectPort line with a value of `0`.
BUGS