Skip to content

Commit

Permalink
fix docs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu committed Oct 17, 2024
1 parent 5c08cf8 commit 556f174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iroh-net/src/discovery/dns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ pub const N0_DNS_NODE_ORIGIN_PROD: &str = "dns.iroh.link";
/// The n0 testing DNS node origin, for testing.
pub const N0_DNS_NODE_ORIGIN_STAGING: &str = "staging-dns.iroh.link";
/// Testing DNS node origin, must run server from [`crate::test_utils::DnsPkarrServer`].
#[cfg(test)]
#[cfg_attr(iroh_docsrs, doc(cfg(test)))]
#[cfg(any(test, doc))]
#[cfg_attr(iroh_docsrs, doc(cfg(any(test, doc))))]
pub const TEST_DNS_NODE_ORIGIN: &str = "dns.iroh.test";

const DNS_STAGGERING_MS: &[u64] = &[200, 300];
Expand Down

0 comments on commit 556f174

Please sign in to comment.