Addresses (IPv4 or IPv6) to listen on for connections by the reverse proxy/tls terminator. If set to null
, conduwuit will listen on IPv4 and IPv6 localhost. Must be null
if unix_socket_path
is set.
Declarations
Type
null or (list of non-empty string)
Default
null
Example
[
"127.0.0.1"
"::1"
]