socks5-gssapi-service.d 651 B

1234567891011121314151617
  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. ---
  11. The default service name for a socks server is rcmd/server-fqdn. This option
  12. allows you to change it.
  13. Examples: --socks5 proxy-name --socks5-gssapi-service sockd would use
  14. sockd/proxy-name --socks5 proxy-name --socks5-gssapi-service sockd/real-name
  15. would use sockd/real-name for cases where the proxy-name does not match the
  16. principal name.