From 5f403823fa3c2ef0c85dd81fe3601d084d0067e5 Mon Sep 17 00:00:00 2001 From: hozan23 Date: Wed, 13 Mar 2024 02:15:09 +0100 Subject: update the links in the README file --- p2p/src/connector.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p2p') 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 { -- cgit v1.2.3