gbox-sdk
    Preparing search index...

    Interface BrowserSetProxyParams

    interface BrowserSetProxyParams {
        bypassList?: string[];
        httpServer: string;
        httpsServer: string;
        pacUrl?: string;
        socks5Server: string;
    }
    Index

    Properties

    bypassList?: string[]

    List of IP addresses and domains that should bypass the proxy. These addresses will be accessed directly without going through the proxy server. Default is ['127.0.0.1', 'localhost']

    httpServer: string

    HTTP proxy server, format: http://:@:

    httpsServer: string

    HTTPS proxy server, format: https://:@:

    pacUrl?: string

    PAC (Proxy Auto-Configuration) URL.

    socks5Server: string

    SOCKS5 proxy server, format: socks5://:@: