socks5-basic.d 503 B

12345678910111213
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: socks5-basic
  4. Help: Enable username/password auth for SOCKS5 proxies
  5. Added: 7.55.0
  6. Category: proxy auth
  7. Example: --socks5-basic --socks5 hostname:4096 $URL
  8. See-also: socks5
  9. Multi: mutex
  10. ---
  11. Tells curl to use username/password authentication when connecting to a SOCKS5
  12. proxy. The username/password authentication is enabled by default. Use
  13. --socks5-gssapi to force GSS-API authentication to SOCKS5 proxies.