0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-04 17:48:35 +02:00

ircd::net: Listener defaults to all interfaces.

This commit is contained in:
Jason Volk 2018-07-01 02:13:29 -07:00
parent 01d9ce038c
commit 7cafbc972a

View file

@ -953,7 +953,7 @@ try
}
,ep
{
ip::address::from_string(unquote(opts.get("host", "127.0.0.1"s))),
ip::address::from_string(unquote(opts.get("host", "0.0.0.0"s))),
opts.get<uint16_t>("port", 8448L)
}
,a