From d6dbf0e0a626aeca8def163a89f58af19dd50b50 Mon Sep 17 00:00:00 2001 From: Alloy Networks <45832257+alloynetworks@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:14:55 +0200 Subject: [PATCH] Add hubs.xrpkuwait.com to bootstrap (#5169) --- cfg/rippled-example.cfg | 1 + src/xrpld/overlay/detail/OverlayImpl.cpp | 3 +++ 2 files changed, 4 insertions(+) diff --git a/cfg/rippled-example.cfg b/cfg/rippled-example.cfg index 0ce3406f6b9..6fabe980cc1 100644 --- a/cfg/rippled-example.cfg +++ b/cfg/rippled-example.cfg @@ -417,6 +417,7 @@ # The default list of entries is: # - r.ripple.com 51235 # - sahyadri.isrdc.in 51235 +# - hubs.xrpkuwait.com 51235 # # Examples: # diff --git a/src/xrpld/overlay/detail/OverlayImpl.cpp b/src/xrpld/overlay/detail/OverlayImpl.cpp index 970873007c2..e41a08a43d1 100644 --- a/src/xrpld/overlay/detail/OverlayImpl.cpp +++ b/src/xrpld/overlay/detail/OverlayImpl.cpp @@ -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(