2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
2016-11-28 08:01:13 +08:00
|
|
|
Long: socks5-gssapi-service
|
|
|
|
Arg: <name>
|
|
|
|
Help: SOCKS5 proxy service name for GSS-API
|
|
|
|
Added: 7.19.4
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: proxy auth
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --socks5-gssapi-service sockd --socks5 hostname:4096 $URL
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: socks5
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: single
|
2016-11-28 08:01:13 +08:00
|
|
|
---
|
|
|
|
The default service name for a socks server is rcmd/server-fqdn. This option
|
|
|
|
allows you to change it.
|
|
|
|
|
|
|
|
Examples: --socks5 proxy-name --socks5-gssapi-service sockd would use
|
|
|
|
sockd/proxy-name --socks5 proxy-name --socks5-gssapi-service sockd/real-name
|
|
|
|
would use sockd/real-name for cases where the proxy-name does not match the
|
|
|
|
principal name.
|