mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-01 07:55:49 +00:00
Merge pull request #43 from Xahau/alloynetworks-dev
Add bacab.alloy.ee to bootstrap
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user