Skip to content

Commit 820021e

Browse files
committed
link to ticket
1 parent 0905c2a commit 820021e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

connecting/dns-discovery.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ async fn main() -> anyhow::Result<()> {
2121
}
2222
```
2323

24-
TODO: example of looking up another endpoint via dns
24+
To discover other endpoints, you can use an EndpointId or a [Ticket](/concepts/tickets) that contains
25+
an EndpointId.
2526

2627
## Dedicated DNS Server
2728

@@ -46,3 +47,4 @@ TODO: rust code for custom dns server
4647

4748

4849

50+
For more information on how DNS discovery works, see the [Discovery](/concepts/discovery) concept page.

0 commit comments

Comments
 (0)