We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af77384 commit 02e7be1Copy full SHA for 02e7be1
src/app/docs/concepts/discovery/page.mdx
@@ -73,7 +73,7 @@ use iroh::Endpoint;
73
let dht_discovery = iroh::discovery::dht::DhtDiscovery::builder();
74
let mdns = iroh::discovery::mdns::MdnsDiscovery::builder();
75
let ep = Endpoint::empty_builder(iroh::RelayMode::Default)
76
- .discovery(dnt_discovery)
+ .discovery(dht_discovery)
77
.discovery(mdns)
78
.bind()
79
.await?;
0 commit comments