summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/socks5-basic.d
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2017-05-19 18:11:47 +0200
committerKamil Dudka <kdudka@redhat.com>2017-06-28 08:03:00 +0200
commitce2c3ebda20919fe636e675f219ae387e386f508 (patch)
treea05f5197894276fba688a13edf8a93dbf14302e4 /docs/cmdline-opts/socks5-basic.d
parent8924f58c370afa756fc4fd13916dfdea91d21b21 (diff)
downloadcurl-ce2c3ebda20919fe636e675f219ae387e386f508.tar.gz
curl --socks5-{basic,gssapi}: control socks5 auth
Closes https://github.com/curl/curl/pull/1454
Diffstat (limited to 'docs/cmdline-opts/socks5-basic.d')
-rw-r--r--docs/cmdline-opts/socks5-basic.d7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/cmdline-opts/socks5-basic.d b/docs/cmdline-opts/socks5-basic.d
new file mode 100644
index 000000000..67d16b3a6
--- /dev/null
+++ b/docs/cmdline-opts/socks5-basic.d
@@ -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.