Skip to content

Commit

Permalink
Add hubs.xrpkuwait.com to bootstrap (#5169)
Browse files Browse the repository at this point in the history
  • Loading branch information
alloynetworks authored Oct 31, 2024
1 parent 0d887ad commit d6dbf0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cfg/rippled-example.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@
# The default list of entries is:
# - r.ripple.com 51235
# - sahyadri.isrdc.in 51235
# - hubs.xrpkuwait.com 51235
#
# Examples:
#
Expand Down
3 changes: 3 additions & 0 deletions src/xrpld/overlay/detail/OverlayImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,9 @@ OverlayImpl::start()

// Pool of servers operated by ISRDC - https://isrdc.in
bootstrapIps.push_back("sahyadri.isrdc.in 51235");

// Pool of servers operated by @Xrpkuwait - https://xrpkuwait.com
bootstrapIps.push_back("hubs.xrpkuwait.com 51235");
}

m_resolver.resolve(
Expand Down

0 comments on commit d6dbf0e

Please sign in to comment.