ProxyConfig

external interface ProxyConfig(source)

Properties

Link copied to clipboard
abstract var mode: ProxyConfigMode?

The proxy mode. Should be one of direct, auto_detect, pac_script, fixed_servers or system. Defaults to pac_script proxy mode if pacScript option is specified otherwise defaults to fixed_servers.

Link copied to clipboard
abstract var pacScript: String?

The URL associated with the PAC file.

Link copied to clipboard
abstract var proxyBypassRules: String?

Rules indicating which URLs should bypass the proxy settings.

Link copied to clipboard
abstract var proxyRules: String?

Rules indicating which proxies to use.