diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-09-07 21:33:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-09-07 21:33:50 +0000 |
commit | bc90fefb5b6738219bd4158f2adf6c7cb0a7af21 (patch) | |
tree | efe98b37aa9845b365231055badf3a497bb1aac4 | |
parent | c3d871aef46a07eb08b5bf580e24135d1a150425 (diff) | |
download | curl-bc90fefb5b6738219bd4158f2adf6c7cb0a7af21.tar.gz |
SOCKS5_RESOLVE_LOCAL was just never added as an option!
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index e07776ccf..7d30fa697 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -477,12 +477,6 @@ Set the parameter to 1 to make the library tunnel all operations through a given HTTP proxy. There is a big difference between using a proxy and to tunnel through it. If you don't know what this means, you probably don't want this tunneling option. -.IP CURLOPT_SOCKS5_RESOLVE_LOCAL -Set the parameter to 1 to make the library to resolve the host name locally -instead of passing it to the proxy to resolve, when using a SOCKS5 proxy. - -Note that libcurl before 7.18.0 always resolved the host name locally even -when SOCKS5 was used. (Added in 7.18.0) .IP CURLOPT_INTERFACE Pass a char * as parameter. This set the interface name to use as outgoing network interface. The name can be an interface name, an IP address or a host |