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 0905c2a commit 820021eCopy full SHA for 820021e
connecting/dns-discovery.mdx
@@ -21,7 +21,8 @@ async fn main() -> anyhow::Result<()> {
21
}
22
```
23
24
-TODO: example of looking up another endpoint via dns
+To discover other endpoints, you can use an EndpointId or a [Ticket](/concepts/tickets) that contains
25
+an EndpointId.
26
27
## Dedicated DNS Server
28
@@ -46,3 +47,4 @@ TODO: rust code for custom dns server
46
47
48
49
50
+For more information on how DNS discovery works, see the [Discovery](/concepts/discovery) concept page.
0 commit comments