mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:23:30 +03:00
preproxy: renamed what was added as SOCKS_PROXY
CURLOPT_SOCKS_PROXY -> CURLOPT_PRE_PROXY Added the corresponding --preroxy command line option. Sets a SOCKS proxy to connect to _before_ connecting to a HTTP(S) proxy.
This commit is contained in:
parent
642398c651
commit
845522cadb
12 changed files with 80 additions and 29 deletions
|
|
@ -1763,8 +1763,8 @@ typedef enum {
|
|||
CURLSSLOPT_* */
|
||||
CINIT(PROXY_SSL_OPTIONS, LONG, 261),
|
||||
|
||||
/* Name of socks proxy to use. */
|
||||
CINIT(SOCKS_PROXY, STRINGPOINT, 262),
|
||||
/* Name of pre proxy to use. */
|
||||
CINIT(PRE_PROXY, STRINGPOINT, 262),
|
||||
|
||||
/* The public key in DER form used to validate the proxy public key
|
||||
this option is used only if PROXY_SSL_VERIFYPEER is true */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue