Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion iroh-pkarr-node-discovery/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! Node discovery is being able to find connecting information about an iroh node based on just its node id.
//!
//! 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/>.
//!
//! TLDR: Each node publishes its address to the mainline DHT as a DNS packet, signed with its private key.
//! The DNS packet contains the node's direct addresses and optionally a DERP URL.
Expand Down