diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-01-13 06:35:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-01-13 06:35:31 +0000 |
commit | 285a8fe4d0b03d5d1baa3460a758f091d192e4e9 (patch) | |
tree | 61e47a9644a0c149a60488153ec2a43dced1634f /docs/FAQ | |
parent | 3773d76dfdb7875148f0cab82fb205bbfe4b6992 (diff) | |
download | curl-285a8fe4d0b03d5d1baa3460a758f091d192e4e9.tar.gz |
there is SOCKS support these days
Diffstat (limited to 'docs/FAQ')
-rw-r--r-- | docs/FAQ | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Updated: November 20, 2002 (http://curl.haxx.se/docs/faq.html) +Updated: January 13, 2003 (http://curl.haxx.se/docs/faq.html) _ _ ____ _ ___| | | | _ \| | / __| | | | |_) | | @@ -275,8 +275,8 @@ FAQ 2.4. Does cURL support Socks (RFC 1928) ? - No. Nobody has wanted it that badly yet. We appreciate patches that bring - this functionality. + There is limited support for SOCKS5 for curl built with IPv6 support + disabled. 3. Usage problems |