String!The proxy server address and port. Supports HTTP, HTTPS, SOCKS4, and SOCKS5 protocols.
Format: [protocol://]host:port
Examples: "http://proxy.example.com:8080", "socks5://localhost:1080"
If protocol is omitted, it defaults to HTTP.
StringA comma-separated list of hostnames or IP addresses that should bypass the proxy.
Wildcards like ’*’ can be used. Example: "*.example.com,localhost,192.168.1.100".