From ab8afe429320d022c90f962b0b962db3a6b2cabd Mon Sep 17 00:00:00 2001 From: Richard van den Berg Date: Wed, 17 Jan 2024 07:56:19 +0100 Subject: [PATCH] Mention NO_PROXY environment variable on Advanced Usage page --- docs/advanced/transports.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/advanced/transports.md b/docs/advanced/transports.md index fdc58b0841..2f3e00690d 100644 --- a/docs/advanced/transports.md +++ b/docs/advanced/transports.md @@ -329,4 +329,5 @@ mounts = { There are also environment variables that can be used to control the dictionary of the client mounts. They can be used to configure HTTP proxying for clients. -See documentation on [`HTTP_PROXY`, `HTTPS_PROXY`, `ALL_PROXY`](../environment_variables.md#http_proxy-https_proxy-all_proxy) for more information. +See documentation on [`HTTP_PROXY`, `HTTPS_PROXY`, `ALL_PROXY`](../environment_variables.md#http_proxy-https_proxy-all_proxy) +and [`NO_PROXY`](../environment_variables.md#no_proxy) for more information.