Merge pull request #28567 from lennprog/master

More clear documentation how to add no proxy excludes
This commit is contained in:
Fredrik Adelöw
2025-01-21 11:38:10 +01:00
committed by GitHub
@@ -41,7 +41,7 @@ There are however some ways to get this to work without too much effort.
yarn start
```
The default for `global-agent` is to have a prefix on the variable names, hence the need for specifying it twice.
The default for `global-agent` is to have a prefix on the variable names, hence the need for specifying it twice. For further information about `HTTP(S)_PROXY` and `NO_PROXY` excludes, see [the global-agent documentation](https://github.com/gajus/global-agent) and [undici documentation](https://github.com/nodejs/undici).
## Configuration