20 lines
411 B
Markdown
20 lines
411 B
Markdown
---
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
Long: proxy-service-name
|
|
Arg: <name>
|
|
Help: SPNEGO proxy service name
|
|
Added: 7.43.0
|
|
Category: proxy tls
|
|
Multi: single
|
|
See-also:
|
|
- service-name
|
|
- proxy
|
|
Example:
|
|
- --proxy-service-name "shrubbery" -x proxy $URL
|
|
---
|
|
|
|
# `--proxy-service-name`
|
|
|
|
This option allows you to change the service name for proxy negotiation.
|