Skip to content

Commit 6fa0b66

Browse files
authored
Update dnslink.md (#1705)
1 parent 6b5dd15 commit 6fa0b66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/dnslink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ This not only makes DNSLink lookup more efficient by only returning relevant `TX
2828
For example, [`docs.ipfs.tech`](https://docs.ipfs.tech) loads because a `TXT` record exists for `_dnslink.docs.ipfs.tech`. If you look up the DNS records for `_dnslink.docs.ipfs.tech`, you'll see the DNSLink entry:
2929

3030
```shell
31-
dig +noall +answer TXT \_dnslink.docs.ipfs.tech
32-
> \_dnslink.docs.ipfs.tech. 30 IN TXT "dnslink=/ipfs/bafybeieenxnjdjm7vbr5zdwemaun4sw4iy7h4imlvvl433q6gzjg6awdpq"
31+
dig +noall +answer TXT _dnslink.docs.ipfs.tech
32+
> _dnslink.docs.ipfs.tech. 30 IN TXT "dnslink=/ipfs/bafybeieenxnjdjm7vbr5zdwemaun4sw4iy7h4imlvvl433q6gzjg6awdpq"
3333

3434
```
3535

0 commit comments

Comments
 (0)