Socks5hProxy
Defined in: src/client/socks5h.ts:20
Parsed address of a credential-free SOCKS5h proxy.
Properties
Section titled “Properties”readonly host: string;Defined in: src/client/socks5h.ts:22
Proxy host name or normalized IP literal.
readonly port: number;Defined in: src/client/socks5h.ts:24
Proxy TCP port in the range 1 through 65535.
