mirror of
https://github.com/curl/curl.git
synced 2026-07-26 07:37:33 +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
7
docs/cmdline-opts/socks5-basic.d
Normal file
7
docs/cmdline-opts/socks5-basic.d
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue