Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the
proxy do the host name resolving and only if --socks5ip (or CURLOPT_SOCKS5_RESOLVE_LOCAL) is used we resolve the host name locally and pass on the IP address only to the proxy.
Showing
- CHANGES 6 additions, 0 deletionsCHANGES
- RELEASE-NOTES 5 additions, 3 deletionsRELEASE-NOTES
- docs/curl.1 13 additions, 2 deletionsdocs/curl.1
- docs/libcurl/curl_easy_setopt.3 9 additions, 1 deletiondocs/libcurl/curl_easy_setopt.3
- include/curl/curl.h 5 additions, 0 deletionsinclude/curl/curl.h
- lib/socks.c 85 additions, 25 deletionslib/socks.c
- lib/url.c 8 additions, 0 deletionslib/url.c
- lib/urldata.h 4 additions, 2 deletionslib/urldata.h
- src/main.c 23 additions, 7 deletionssrc/main.c
Loading
Please register or sign in to comment