mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08:00
65651dc02b
- do less references to other options - provide more specific text about proxies - added more see-also references Closes #13887
21 lines
423 B
Markdown
21 lines
423 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
|
|
- proxy-negotiate
|
|
Example:
|
|
- --proxy-service-name "shrubbery" -x proxy $URL
|
|
---
|
|
|
|
# `--proxy-service-name`
|
|
|
|
Set the service name for SPNEGO when doing proxy authentication.
|