mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Adds hub.xrpl-commons.org as a new Bootstrap Cluster (#5263)
This commit is contained in:
@@ -420,6 +420,7 @@
|
|||||||
# - r.ripple.com 51235
|
# - r.ripple.com 51235
|
||||||
# - sahyadri.isrdc.in 51235
|
# - sahyadri.isrdc.in 51235
|
||||||
# - hubs.xrpkuwait.com 51235
|
# - hubs.xrpkuwait.com 51235
|
||||||
|
# - hub.xrpl-commons.org 51235
|
||||||
#
|
#
|
||||||
# Examples:
|
# Examples:
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -503,6 +503,9 @@ OverlayImpl::start()
|
|||||||
|
|
||||||
// Pool of servers operated by @Xrpkuwait - https://xrpkuwait.com
|
// Pool of servers operated by @Xrpkuwait - https://xrpkuwait.com
|
||||||
bootstrapIps.push_back("hubs.xrpkuwait.com 51235");
|
bootstrapIps.push_back("hubs.xrpkuwait.com 51235");
|
||||||
|
|
||||||
|
// Pool of servers operated by XRPL Commons - https://xrpl-commons.org
|
||||||
|
bootstrapIps.push_back("hub.xrpl-commons.org 51235");
|
||||||
}
|
}
|
||||||
|
|
||||||
m_resolver.resolve(
|
m_resolver.resolve(
|
||||||
|
|||||||
Reference in New Issue
Block a user