P2P: Add latest clearnet mainnet seed nodes. (#281)

Add Monerod latest clearnet mainnet seed nodes
This commit is contained in:
Asurar 2024-09-14 15:01:43 +02:00 committed by GitHub
parent 90027143f0
commit 2291a96795
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,8 +54,13 @@ impl NetworkZone for ClearNet {
const NAME: &'static str = "ClearNet"; const NAME: &'static str = "ClearNet";
const SEEDS: &'static [Self::Addr] = &[ const SEEDS: &'static [Self::Addr] = &[
ip_v4(37, 187, 74, 171, 18080), ip_v4(176, 9, 0, 187, 18080),
ip_v4(88, 198, 163, 90, 18080),
ip_v4(66, 85, 74, 134, 18080),
ip_v4(51, 79, 173, 165, 18080),
ip_v4(192, 99, 8, 110, 18080), ip_v4(192, 99, 8, 110, 18080),
ip_v4(37, 187, 74, 171, 18080),
ip_v4(77, 172, 183, 193, 18080),
]; ];
const ALLOW_SYNC: bool = true; const ALLOW_SYNC: bool = true;