1.1 KiB
1.1 KiB
| Variable | Description | Example |
|---|---|---|
https_proxy |
Proxy URL for HTTPS traffic. You can include basic authentication if required. | http://proxy.localhttp://192.168.1.1:8080http://username:password@proxy.local |
http_proxy |
Proxy URL for HTTP traffic. You can include basic authentication if required. | http://proxy.localhttp://192.168.1.1:8080http://username:password@proxy.local |
no_proxy |
A comma-separated list of hosts or IP addresses that should bypass the proxy. Some clients only honor IP addresses when connections are made directly to the IP rather than a hostname. | example.comexample.com,myserver.local:443,example.org |