[proxy]

Proxy settings for Halloy.

  1. http
  2. socks5
  3. tor

[proxy.http]

Http proxy settings.

host

Proxy host to connect to.

# Type: string
# Values: any string
# Default: not set

# Required

[proxy.http]
host = "192.168.1.100"

port

Proxy port to connect on.

# Type: integer
# Values: any positive integer
# Default: not set

# Required

[proxy.http]
port = "1080"

username

Proxy username.

# Type: string
# Values: any string
# Default: not set

# Optional

[proxy.http]
username = "username"

password

Proxy password.

# Type: string
# Values: any string
# Default: not set

# Optional

[proxy.http]
password = "password"

Example

[proxy.http]
host = "192.168.1.100"
port = "1080"
username = "username"
password = "password"

[proxy.socks5]

Socks5 proxy settings.

host

Proxy host to connect to.

# Type: string
# Values: any string
# Default: not set

# Required

[proxy.socks5]
host = "192.168.1.100"

port

Proxy port to connect on.

# Type: integer
# Values: any positive integer
# Default: not set

# Required

[proxy.socks5]
port = "1080"

username

Proxy username.

# Type: string
# Values: any string
# Default: not set

# Optional

[proxy.socks5]
username = "username"

password

Proxy password.

# Type: string
# Values: any string
# Default: not set

# Optional

[proxy.socks5]
password = "password"

Example

[proxy.socks5]
host = "192.168.1.100"
port = "1080"
username = "username"
password = "password"

[proxy.tor]

Tor proxy settings. Utilizes the arti to integrate Tor natively. It accepts no further configuration.

Example

[proxy.tor]