Skip to content

Commit

Permalink
Update iroh-net/src/discovery/dns.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Kasey <[email protected]>
  • Loading branch information
Frando and ramfox authored Mar 28, 2024
1 parent e12180a commit c3252b6
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 @@ -18,8 +18,8 @@ pub const N0_TESTDNS_NODE_ORIGIN: &str = "testdns.iroh.link";
/// Node information is resolved via an _iroh_node.z32encodednodeid TXT record.
///
/// The content of this record is expected to be a DNS attribute string, with a required
/// `node=` attribute containing the base32 encoded node id and a derp_url attribute containing the
/// node's home Derp server.
/// `node=` attribute containing the base32 encoded node id and a relay_url attribute containing the
/// node's home iroh-relay server.
///
/// The discovery has to be configured with a `node_origin`, which is the domain name under which
/// lookups for nodes will be made.
Expand Down

0 comments on commit c3252b6

Please sign in to comment.