diff options
Diffstat (limited to '')
-rw-r--r-- | docs/man5/tinyproxy.conf.txt.in | 6 |
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 |