Add @jaspervdm DNS seed (#2270)
This commit is contained in:
committed by
Ignotus Peverell
parent
f2a29ce37a
commit
e0923753fa
@@ -34,10 +34,12 @@ use crate::util::{Mutex, StopState};
|
||||
const MAINNET_DNS_SEEDS: &'static [&'static str] = &[
|
||||
"mainnet.seed.grin-tech.org", // igno.peverell@protonmail.com
|
||||
"mainnet.seed.grin.icu", // gary.peverell@protonmail.com
|
||||
"mainnet.seed.713.mw", // jasper@713.mw
|
||||
];
|
||||
const FLOONET_DNS_SEEDS: &'static [&'static str] = &[
|
||||
"floonet.seed.grin-tech.org", // igno.peverell@protonmail.com
|
||||
"floonet.seed.grin.icu", // gary.peverell@protonmail.com
|
||||
"floonet.seed.713.mw", // jasper@713.mw
|
||||
];
|
||||
|
||||
pub fn connect_and_monitor(
|
||||
|
||||
Reference in New Issue
Block a user