mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd::net: Listener defaults to all interfaces.
This commit is contained in:
parent
01d9ce038c
commit
7cafbc972a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue