1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

-p, not -P, for proxy tunneling

This commit is contained in:
Daniel Stenberg 2001-11-20 08:03:01 +00:00
parent b0130e6b3b
commit 271f96f78f

View File

@ -1,4 +1,4 @@
Updated: November 14, 2001 (http://curl.haxx.se/docs/faq.shtml)
Updated: November 20, 2001 (http://curl.haxx.se/docs/faq.shtml)
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
@ -385,7 +385,7 @@ FAQ
etc.
There is one exception to this rule, and that is if you can "tunnel through"
the given HTTP proxy. Proxy tunneling is enabled with a special option (-P)
the given HTTP proxy. Proxy tunneling is enabled with a special option (-p)
and is generally not available as proxy admins usuable disable tunneling to
other ports than 443 (which is used for HTTPS access through proxies).