mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
docs: add note about NO_PROXY env variable (#8929)
This commit is contained in:
parent
587155f86d
commit
5f4e1767fe
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
Deno supports proxies for module downloads and the Web standard `fetch` API.
|
||||
|
||||
Proxy configuration is read from environmental variables: `HTTP_PROXY` and
|
||||
`HTTPS_PROXY`.
|
||||
Proxy configuration is read from environmental variables: `HTTP_PROXY`,
|
||||
`HTTPS_PROXY` and `NO_PROXY`.
|
||||
|
||||
In case of Windows, if environment variables are not found Deno falls back to
|
||||
reading proxies from registry.
|
||||
|
|
Loading…
Add table
Reference in a new issue