Skip to main content

iroh_dns/
lib.rs

1//! DNS-based endpoint discovery for iroh.
2//!
3//! This crate contains the core types for publishing and resolving iroh endpoint
4//! information via DNS, using the [pkarr](https://pkarr.org) signed packet format.
5
6pub mod attrs;
7pub mod pkarr;