diff --git a/crates/hosh-discovery/src/lib.rs b/crates/hosh-discovery/src/lib.rs index 72a59f6..896d06e 100644 --- a/crates/hosh-discovery/src/lib.rs +++ b/crates/hosh-discovery/src/lib.rs @@ -315,6 +315,7 @@ const ZEC_SERVERS: &[(&str, u16, bool)] = &[ 443, true, ), + ("marinade.duckdns.org", 443, true), ]; #[derive(Debug, Deserialize)]