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