curl --socks5-{basic,gssapi}: control socks5 auth

Closes https://github.com/curl/curl/pull/1454
This commit is contained in:
Kamil Dudka 2017-05-19 18:11:47 +02:00
parent 8924f58c37
commit ce2c3ebda2
9 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,7 @@
Long: socks5-basic
Help: Enable username/password auth for SOCKS5 proxies
Added: 7.55.0
---
Tells curl to use username/password authentication when connecting to a SOCKS5
proxy. The username/password authentication is enabled by default. Use
--socks5-gssapi to force GSS-API authentication to SOCKS5 proxies.