mirror of
https://github.com/curl/curl.git
synced 2026-08-24 18:33:34 +03:00
bump: next release will be 7.53.0
This commit is contained in:
parent
25ed9ea512
commit
8f8ba61224
6 changed files with 30 additions and 15 deletions
|
|
@ -10,6 +10,6 @@ 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.
|
||||
|
||||
Since 7.52.2, This option overrides the environment variables that disable
|
||||
the proxy. If there's an environment variable disabling a proxy, you can set
|
||||
Since 7.53.0, This option overrides the environment variables that disable the
|
||||
proxy. If there's an environment variable disabling a proxy, you can set
|
||||
noproxy list to \&"" to override it.
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ Sets the proxy server to use if no protocol-specific proxy is set.
|
|||
list of host names that shouldn't go through any proxy. If set to a asterisk
|
||||
\&'*' only, it matches all hosts.
|
||||
|
||||
Since 7.52.2, this environment variable disable the proxy even if specify
|
||||
Since 7.53.0, this environment variable disable the proxy even if specify
|
||||
--proxy option. That is
|
||||
.B NO_PROXY=direct.example.com curl -x http://proxy.example.com
|
||||
.B http://direct.example.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue