Bind to IPv6 addresses by default
The `::` address covers both IPv4 and IPv6 addresses allowing both IP versions to be used by default.
This commit is contained in:
@ -311,7 +311,7 @@ serviceStartPort(SERVICE *service, SERV_LISTENER *port)
|
||||
}
|
||||
else
|
||||
{
|
||||
sprintf(config_bind, "0.0.0.0|%d", port->port);
|
||||
sprintf(config_bind, "::|%d", port->port);
|
||||
}
|
||||
|
||||
/** Load the authentication users before before starting the listener */
|
||||
|
Reference in New Issue
Block a user