Skip to content

Commit 0e11fa7

Browse files
Merge branch 'develop'
2 parents 8890adc + d6dbf0e commit 0e11fa7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cfg/rippled-example.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@
417417
# The default list of entries is:
418418
# - r.ripple.com 51235
419419
# - sahyadri.isrdc.in 51235
420+
# - hubs.xrpkuwait.com 51235
420421
#
421422
# Examples:
422423
#

src/xrpld/overlay/detail/OverlayImpl.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,9 @@ OverlayImpl::start()
491491

492492
// Pool of servers operated by ISRDC - https://isrdc.in
493493
bootstrapIps.push_back("sahyadri.isrdc.in 51235");
494+
495+
// Pool of servers operated by @Xrpkuwait - https://xrpkuwait.com
496+
bootstrapIps.push_back("hubs.xrpkuwait.com 51235");
494497
}
495498

496499
m_resolver.resolve(

0 commit comments

Comments
 (0)