Skip to content

Commit

Permalink
fixup! improved NO_PROXY docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Senart <[email protected]>
  • Loading branch information
tsenart committed Sep 7, 2023
1 parent fed99dd commit b82c04c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions internal/cmd/root/help_topic.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ var topics = map[string]string{
either a complete URL or a "host[:port]", with the "http" scheme assumed.
Supported schemes are "http", "https", and "socks5".
NO_PROXY: A comma-separated list of domain extensions that should bypass
the proxy specified by HTTP_PROXY or HTTPS_PROXY. Requests to these domains
will not use a proxy.
NO_PROXY: A comma-separated list of hostnames, domains, IP addresses, or
CIDR notations that should bypass the proxy specified by HTTP_PROXY or
HTTPS_PROXY. Entries may optionally include a port number, formatted as
'domain:port' or 'IP:port'. Wildcards (*) can be used for specifying
subdomains. For example, "*.example.com" will bypass the proxy for all
subdomains of example.com. Requests to these addresses will not use a proxy.
`,

"exit-codes": `
Expand Down

0 comments on commit b82c04c

Please sign in to comment.