Skip to content

Commit 4e26077

Browse files
committed
docs: add a note for dns command
License: MIT Signed-off-by: Overbool <[email protected]>
1 parent fa74e74 commit 4e26077

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/commands/dns.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ remember. To create memorable aliases for multihashes, DNS TXT
3232
records can point to other DNS links, IPFS objects, IPNS keys, etc.
3333
This command resolves those links to the referenced object.
3434
35+
Note: This command can only recursively resolve DNS links,
36+
it will fail to recursively resolve through IPNS keys etc.
37+
For general-purpose recursive resolution, use ipfs name resolve -r.
38+
3539
For example, with this DNS TXT record:
3640
3741
> dig +short TXT _dnslink.ipfs.io

0 commit comments

Comments
 (0)