diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-12-16 16:02:08 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-12-16 16:04:23 +0100 |
commit | 845522cadb6ac9d357d68bb022a148a8c3be2e6a (patch) | |
tree | 8e49eea5efe813a1d985c8a700025755226a14a3 /src/tool_cfgable.h | |
parent | 642398c6517bac82d80089ecba9c2057a0752d74 (diff) | |
download | curl-845522cadb6ac9d357d68bb022a148a8c3be2e6a.tar.gz |
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.
Diffstat (limited to 'src/tool_cfgable.h')
-rw-r--r-- | src/tool_cfgable.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h index 30749ffff..5db86f4e3 100644 --- a/src/tool_cfgable.h +++ b/src/tool_cfgable.h @@ -178,9 +178,7 @@ struct OperationConfig { bool ftp_ssl_control; bool ftp_ssl_ccc; int ftp_ssl_ccc_mode; - - char *socksproxy; /* set to server string */ - + char *preproxy; int socks5_gssapi_nec; /* The NEC reference server does not protect the encryption type exchange */ char *proxy_service_name; /* set authentication service name for HTTP and |