Interface ProxyTypeSocks5

Describes the type of proxy server. Subtype of ProxyType.

interface ProxyTypeSocks5 {
    @type: "proxyTypeSocks5";
    password: string;
    username: string;
}

Properties

@type: "proxyTypeSocks5"
password: string

Password for logging in; may be empty.

username: string

Username for logging in; may be empty.