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