IP addresses to bind the listener to.
Declarations
Type
null or (list of string)
Default
if path != null then
null
else
[
"::1"
"127.0.0.1"
]
Example
[
"::"
"0.0.0.0"
]
IP addresses to bind the listener to.
null or (list of string)
if path != null then
null
else
[
"::1"
"127.0.0.1"
]
[
"::"
"0.0.0.0"
]