ProxyConfig: {
auth?: {
password: string;
username: string;
};
host: string;
port: number;
protocol: "http" | "https" | "socks4" | "socks4a" | "socks5" | "socks5h" | "socks";
}
Type declaration
-
Optional
auth?: {
password: string;
username: string;
}
-
password: string
-
username: string
-
host: string
-
port: number
-
protocol: "http" | "https" | "socks4" | "socks4a" | "socks5" | "socks5h" | "socks"