Skip to main content

Host

A host name and port configuration used for proxy or connection settings.

Notes

Specifies a network host by name or IP address and an optional port number. This configuration is used in contexts such as proxy settings and other connection configurations that require a target host.

Examples

host:
name: proxy.example.com
port: 8888

Usage

Full configuration skeleton, with every option and its default
name: string
port: 0

Properties

PropertyTypeRequiredDefault
namestringNo-
portintegerNo-

Property Details

name

Host name or address.

port

Host port.