proxy_set_upstream
Sets a global upstream proxy for all outgoing traffic. Supports SOCKS4/5, HTTP, HTTPS, and PAC URLs. Optionally specify hostnames to bypass.
Instructions
Set a global upstream proxy for all outgoing traffic. Supports socks4://, socks5://, http://, https://, and pac+http:// URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proxy_url | Yes | Upstream proxy URL (e.g., socks5://user:pass@host:port) | |
| no_proxy | No | Hostnames to bypass the upstream proxy |