Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

HTTP

Http proxy settings.

Example

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

Configuration

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 non-negative 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"