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: service-name | ||||
4 | Help: SPNEGO service name | ||||
5 | Arg: <name> | ||||
6 | Added: 7.43.0 | ||||
7 | Category: misc | ||||
8 | Example: --service-name sockd/server $URL | ||||
9 | See-also: negotiate proxy-service-name | ||||
10 | Multi: single | ||||
11 | --- | ||||
12 | This option allows you to change the service name for SPNEGO. | ||||
13 | |||||
14 | Examples: --negotiate --service-name sockd would use sockd/server-name. |