blob: a216e75f49496b6c2fb00ed4715d8d70d1078b22 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Long: noproxy
2Arg: <no-proxy-list>
3Help: List of hosts which do not use proxy
4Added: 7.19.4
5---
6Comma-separated list of hosts which do not use a proxy, if one is specified.
7The only wildcard is a single * character, which matches all hosts, and
8effectively disables the proxy. Each name in this list is matched as either
9a domain which contains the hostname, or the hostname itself. For example,
10local.com would match local.com, local.com:80, and www.local.com, but not
11www.notlocal.com.
12
13Since 7.53.0, This option overrides the environment variables that disable the
14proxy. If there's an environment variable disabling a proxy, you can set
15noproxy list to \&"" to override it.