mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:33:31 +03:00
curl --socks5-{basic,gssapi}: control socks5 auth
Closes https://github.com/curl/curl/pull/1454
This commit is contained in:
parent
8924f58c37
commit
ce2c3ebda2
9 changed files with 46 additions and 0 deletions
|
|
@ -378,6 +378,10 @@ static const struct helptxt helptext[] = {
|
|||
"SOCKS4a proxy on given host + port"},
|
||||
{" --socks5 <host[:port]>",
|
||||
"SOCKS5 proxy on given host + port"},
|
||||
{" --socks5-basic",
|
||||
"Enable username/password auth for SOCKS5 proxies"},
|
||||
{" --socks5-gssapi",
|
||||
"Enable GSS-API auth for SOCKS5 proxies"},
|
||||
{" --socks5-gssapi-nec",
|
||||
"Compatibility with NEC SOCKS5 server"},
|
||||
{" --socks5-gssapi-service <name>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue