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