mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
docs: noproxy wants the punycoded hostname version
Reported-by: Mehtab Zafar Closes #21228
This commit is contained in:
parent
20756bcf9a
commit
f22f08a0df
2 changed files with 6 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ as either a domain which contains the hostname, or the hostname itself. For
|
|||
example, `local.com` would match `local.com`, `local.com:80`, and
|
||||
`www.local.com`, but not `www.notlocal.com`.
|
||||
|
||||
To use international hostnames in this list, add the punycode version of the
|
||||
hostname.
|
||||
|
||||
This option overrides the environment variables that disable the proxy
|
||||
(`no_proxy` and `NO_PROXY`) (added in 7.53.0). If there is an environment
|
||||
variable disabling a proxy, you can set the no proxy list to "" to override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue