blob: 218c0bf389144aa9cf09925d9aeab53fa1921c9d [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-gssapi-service
4Arg: <name>
5Help: SOCKS5 proxy service name for GSS-API
6Added: 7.19.4
7Category: proxy auth
8Example: --socks5-gssapi-service sockd --socks5 hostname:4096 $URL
9See-also: socks5
10Multi: single
11---
12The default service name for a socks server is rcmd/server-fqdn. This option
13allows you to change it.
14
15Examples: --socks5 proxy-name --socks5-gssapi-service sockd would use
16sockd/proxy-name --socks5 proxy-name --socks5-gssapi-service sockd/real-name
17would use sockd/real-name for cases where the proxy-name does not match the
18principal name.