aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/socks5-basic.d
diff options
context:
space:
mode:
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.