Interface Proxies

Represents a list of proxy servers.

interface Proxies {
    @type: "proxies";
    proxies: Proxy[];
}

Properties

Properties

@type: "proxies"
proxies: Proxy[]

List of proxy servers.