Merge pull request #43 from Xahau/alloynetworks-dev

Add bacab.alloy.ee to bootstrap
This commit is contained in:
RichardAH
2023-03-13 08:18:12 +01:00
committed by GitHub

View File

@@ -485,7 +485,8 @@ OverlayImpl::start()
app_.config().IPS.empty() ? app_.config().IPS_FIXED : app_.config().IPS;
if (bootstrapIps.empty())
bootstrapIps.push_back("0.0.0.0 21337");
// bootstrapIps.push_back("0.0.0.0 21337");
bootstrapIps.push_back("bacab.alloy.ee 21337");
m_resolver.resolve(
bootstrapIps,