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.
2 parents 2622b0f + 4e26077 commit e92ace1Copy full SHA for e92ace1
core/commands/dns.go
@@ -32,6 +32,10 @@ remember. To create memorable aliases for multihashes, DNS TXT
32
records can point to other DNS links, IPFS objects, IPNS keys, etc.
33
This command resolves those links to the referenced object.
34
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
+
39
For example, with this DNS TXT record:
40
41
> dig +short TXT _dnslink.ipfs.io
0 commit comments