• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: socks5-gssapi-service
5Arg: <name>
6Help: SOCKS5 proxy service name for GSS-API
7Added: 7.19.4
8Category: proxy auth
9Multi: single
10See-also:
11  - socks5
12Example:
13  - --socks5-gssapi-service sockd --socks5 hostname:4096 $URL
14---
15
16# `--socks5-gssapi-service`
17
18The default service name for a socks server is **rcmd/server-fqdn**. This option
19allows you to change it.
20