Add one more dns seed (#2250)

This commit is contained in:
Gary Yu 2018-12-29 08:41:14 +08:00 committed by Ignotus Peverell
parent 203eba16de
commit c639e85be5

View file

@ -33,9 +33,11 @@ use crate::util::{Mutex, StopState};
// DNS Seeds with contact email associated // DNS Seeds with contact email associated
const MAINNET_DNS_SEEDS: &'static [&'static str] = &[ const MAINNET_DNS_SEEDS: &'static [&'static str] = &[
"mainnet.seed.grin-tech.org", // igno.peverell@protonmail.com "mainnet.seed.grin-tech.org", // igno.peverell@protonmail.com
"mainnet.seed.grin.icu", // gary.peverell@protonmail.com
]; ];
const FLOONET_DNS_SEEDS: &'static [&'static str] = &[ const FLOONET_DNS_SEEDS: &'static [&'static str] = &[
"floonet.seed.grin-tech.org", // igno.peverell@protonmail.com "floonet.seed.grin-tech.org", // igno.peverell@protonmail.com
"floonet.seed.grin.icu", // gary.peverell@protonmail.com
]; ];
pub fn connect_and_monitor( pub fn connect_and_monitor(