Skip to content

Commit cc09916

Browse files
authored
Fix typo in lib.rs (#37)
1 parent 9af9b5b commit cc09916

File tree

1 file changed

+1
-1
lines changed
  • iroh-pkarr-node-discovery/src

1 file changed

+1
-1
lines changed

iroh-pkarr-node-discovery/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! Node discovery is being able to find connecting information about an iroh node based on just its node id.
44
//!
5-
//! This crate implements a discovery mechanism for iroh-net based on <https://https://pkarr.org/>.
5+
//! This crate implements a discovery mechanism for iroh-net based on <https://pkarr.org/>.
66
//!
77
//! TLDR: Each node publishes its address to the mainline DHT as a DNS packet, signed with its private key.
88
//! The DNS packet contains the node's direct addresses and optionally a DERP URL.

0 commit comments

Comments
 (0)