xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | c: Copyright (C) 1998 - 2022, 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. |