diff options
Diffstat (limited to 'website')
| -rw-r--r-- | website/manual.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/website/manual.md b/website/manual.md index b491a1f17..a3678ca4a 100644 --- a/website/manual.md +++ b/website/manual.md @@ -866,6 +866,16 @@ installation command to your repository: $ deno install awesome_cli https://example.com/awesome/cli.ts ``` +## Proxies + +Deno supports proxies. + +`HTTP_PROXY` and `HTTPS_PROXY` environmental variables are used to configure +them. + +For Windows if environmental variables are not found Deno will fall back to +reading proxies from registry. + ## Import maps Deno supports [import maps](https://github.com/WICG/import-maps). |
