Skip to content

Commit c0299db

Browse files
authored
Adds hub.xrpl-commons.org as a new Bootstrap Cluster (#5263)
1 parent c3ecdb4 commit c0299db

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cfg/rippled-example.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@
420420
# - r.ripple.com 51235
421421
# - sahyadri.isrdc.in 51235
422422
# - hubs.xrpkuwait.com 51235
423+
# - hub.xrpl-commons.org 51235
423424
#
424425
# Examples:
425426
#

src/xrpld/overlay/detail/OverlayImpl.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,9 @@ OverlayImpl::start()
503503

504504
// Pool of servers operated by @Xrpkuwait - https://xrpkuwait.com
505505
bootstrapIps.push_back("hubs.xrpkuwait.com 51235");
506+
507+
// Pool of servers operated by XRPL Commons - https://xrpl-commons.org
508+
bootstrapIps.push_back("hub.xrpl-commons.org 51235");
506509
}
507510

508511
m_resolver.resolve(

0 commit comments

Comments
 (0)