From b82c04c2da0251249c6e12326d1047675fc4bb6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Senart?= Date: Thu, 7 Sep 2023 14:42:14 +0100 Subject: [PATCH] fixup! improved NO_PROXY docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás Senart --- internal/cmd/root/help_topic.go | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/internal/cmd/root/help_topic.go b/internal/cmd/root/help_topic.go index d5bb818..cf29f5c 100644 --- a/internal/cmd/root/help_topic.go +++ b/internal/cmd/root/help_topic.go @@ -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": `