mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-25 16:10:57 +00:00
Add hubs.xrpkuwait.com to bootstrap (#5169)
This commit is contained in:
@@ -417,6 +417,7 @@
|
||||
# The default list of entries is:
|
||||
# - r.ripple.com 51235
|
||||
# - sahyadri.isrdc.in 51235
|
||||
# - hubs.xrpkuwait.com 51235
|
||||
#
|
||||
# Examples:
|
||||
#
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user