ProxyConfiguration¶
Structure Class¶
ProxyConfiguration
dataclass
¶
Configuration for routing browser traffic through customer-managed proxy servers. Supports 1-5 proxy servers for domain-based routing and proxy bypass rules.
Attributes¶
bypass
class-attribute
instance-attribute
¶
bypass: ProxyBypass | None = None
Optional configuration for domains that should bypass all proxies and connect directly to their destination, like the internet. Takes precedence over all proxy routing rules.