Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Proxy

Configuration settings for a proxy.

Hierarchy

  • Proxy

Index

Properties

host

host: string

The host address of the proxy. Prefer using an IP over a hostname.

Optional password

password: string

The password for the proxy, if one is required.

port

port: number

The port of the proxy.

type

type: 4 | 5

The type of proxy. Either 4 for SOCKSv4 and SOCKSv4a, or 5 for SOCKSv5.

Optional userId

userId: string

The username for the proxy, if one is required.

Generated using TypeDoc