2
0

socks5-gssapi-service.d 665 B

123456789101112131415161718
  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. Examples: --socks5 proxy-name --socks5-gssapi-service sockd would use
  15. sockd/proxy-name --socks5 proxy-name --socks5-gssapi-service sockd/real-name
  16. would use sockd/real-name for cases where the proxy-name does not match the
  17. principal name.