aboutsummaryrefslogtreecommitdiff
path: root/p2p/src/connector.rs
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/src/connector.rs')
-rw-r--r--p2p/src/connector.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/src/connector.rs b/p2p/src/connector.rs
index 12fbaed..e83d8da 100644
--- a/p2p/src/connector.rs
+++ b/p2p/src/connector.rs
@@ -16,7 +16,7 @@ use crate::{
Error, PeerID, Result,
};
-static DNS_NAME: &str = "karyons.org";
+static DNS_NAME: &str = "karyontech.net";
/// Responsible for creating outbound connections with other peers.
pub struct Connector {