diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-20 08:03:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-20 08:03:01 +0000 |
commit | 271f96f78f04f556ba953b10d31bfed2202ad439 (patch) | |
tree | 799ea7175587ea1cbc84cf9c267d8c83a887811c /docs/FAQ | |
parent | b0130e6b3b8b56c0c5fa2deb179453645ba0e5ba (diff) |
-p, not -P, for proxy tunneling
Diffstat (limited to 'docs/FAQ')
-rw-r--r-- | docs/FAQ | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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). |