api/core: use EnvHttpProxyAgent for proxy requests

This commit is contained in:
wukko
2025-07-19 18:59:45 +06:00
parent 95efd71eac
commit e83baa9138
3 changed files with 11 additions and 9 deletions

View File

@@ -124,7 +124,7 @@ defines the local address for the api instance. if you are using a docker contai
the value is a local IP address.
### API_EXTERNAL_PROXY
URL of the proxy that will be passed to [`ProxyAgent`](https://undici.nodejs.org/#/docs/api/ProxyAgent) and used for all external requests. HTTP(S) only.
URL of the proxy that will be passed to [`EnvHttpProxyAgent`](https://undici.nodejs.org/#/docs/api/EnvHttpProxyAgent) and used for all external requests. HTTP(S) only.
if some feature breaks when using a proxy, please make a new issue about it!