From 5b3fb70416e83d0161f67564b9c783d4a6f474df Mon Sep 17 00:00:00 2001 From: Alloy Networks <45832257+alloynetworks@users.noreply.github.com> Date: Sat, 27 Jan 2024 15:44:41 +0200 Subject: [PATCH 1/2] Update OverlayImpl.cpp --- src/ripple/overlay/impl/OverlayImpl.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ripple/overlay/impl/OverlayImpl.cpp b/src/ripple/overlay/impl/OverlayImpl.cpp index 6ed046f0403..6726bf32fcf 100644 --- a/src/ripple/overlay/impl/OverlayImpl.cpp +++ b/src/ripple/overlay/impl/OverlayImpl.cpp @@ -491,9 +491,6 @@ OverlayImpl::start() // Pool of servers operated by Ripple Labs Inc. - https://ripple.com bootstrapIps.push_back("r.ripple.com 51235"); - // Pool of servers operated by Alloy Networks - https://www.alloy.ee - bootstrapIps.push_back("zaphod.alloy.ee 51235"); - // Pool of servers operated by ISRDC - https://isrdc.in bootstrapIps.push_back("sahyadri.isrdc.in 51235"); } From a8d274a4d8b9dab664b1009bc79c5fda0f59492b Mon Sep 17 00:00:00 2001 From: Alloy Date: Thu, 22 Feb 2024 05:24:51 +0000 Subject: [PATCH 2/2] Remove zaphod.alloy.ee from config examples. --- cfg/rippled-example.cfg | 1 - cfg/rippled-reporting.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/cfg/rippled-example.cfg b/cfg/rippled-example.cfg index 79de9b23041..2ba2afa727d 100644 --- a/cfg/rippled-example.cfg +++ b/cfg/rippled-example.cfg @@ -416,7 +416,6 @@ # # The default list of entries is: # - r.ripple.com 51235 -# - zaphod.alloy.ee 51235 # - sahyadri.isrdc.in 51235 # # Examples: diff --git a/cfg/rippled-reporting.cfg b/cfg/rippled-reporting.cfg index 6ef10df5bf8..290bcc5418a 100644 --- a/cfg/rippled-reporting.cfg +++ b/cfg/rippled-reporting.cfg @@ -388,7 +388,6 @@ # # The default list of entries is: # - r.ripple.com 51235 -# - zaphod.alloy.ee 51235 # - sahyadri.isrdc.in 51235 # # Examples: