diff options
author | hozan23 <hozan23@proton.me> | 2024-03-13 02:15:09 +0100 |
---|---|---|
committer | hozan23 <hozan23@proton.me> | 2024-03-13 02:15:09 +0100 |
commit | 5f403823fa3c2ef0c85dd81fe3601d084d0067e5 (patch) | |
tree | 00af9f9f5d40f8708ddef333a4b7d820ca23c94d /p2p | |
parent | f9c8ebbd12257277e7a12a9ec42ab656d66fb6bc (diff) |
update the links in the README file
Diffstat (limited to 'p2p')
-rw-r--r-- | p2p/src/connector.rs | 2 |
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 { |