Module constants

Source
Expand description

Contains various constant definitions, mostly for default ports and IP addresses.

Constantsยง

CONVERSION_WEBHOOK_HTTPS_PORT
DEFAULT_HTTPS_PORT
The default HTTPS port 8443
DEFAULT_LISTEN_ADDRESS
The default IP address Ipv4Addr::UNSPECIFIED (0.0.0.0) the webhook server binds to, which represents binding on all network addresses.
DEFAULT_SOCKET_ADDRESS
The default socket address 0.0.0.0:8443 the webhook server binds to.