mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
ircd:Ⓜ️ Load conf before net_dns. (#109)
This commit is contained in:
parent
623a283671
commit
13eae71f87
1 changed files with 1 additions and 1 deletions
|
@ -195,8 +195,8 @@ noexcept
|
||||||
decltype(ircd::m::module_names)
|
decltype(ircd::m::module_names)
|
||||||
ircd::m::module_names
|
ircd::m::module_names
|
||||||
{
|
{
|
||||||
"net_dns",
|
|
||||||
"conf",
|
"conf",
|
||||||
|
"net_dns",
|
||||||
"m_noop",
|
"m_noop",
|
||||||
"m_node",
|
"m_node",
|
||||||
"m_keys",
|
"m_keys",
|
||||||
|
|
Loading…
Reference in a new issue