0
0
Fork 0
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:
Tomofumi Chiba 2021-01-01 00:15:32 +09:00 committed by GitHub
parent 587155f86d
commit 5f4e1767fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.