interface ProxyConfig {
    disabled?: boolean;
    host?: string;
    match?: string;
    port?: number;
    tunnel?: boolean;
}

Properties

disabled?: boolean
host?: string
match?: string
port?: number
tunnel?: boolean