We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af9b5b commit cc09916Copy full SHA for cc09916
iroh-pkarr-node-discovery/src/lib.rs
@@ -2,7 +2,7 @@
2
//!
3
//! Node discovery is being able to find connecting information about an iroh node based on just its node id.
4
5
-//! This crate implements a discovery mechanism for iroh-net based on <https://https://pkarr.org/>.
+//! This crate implements a discovery mechanism for iroh-net based on <https://pkarr.org/>.
6
7
//! TLDR: Each node publishes its address to the mainline DHT as a DNS packet, signed with its private key.
8
//! The DNS packet contains the node's direct addresses and optionally a DERP URL.
0 commit comments