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