1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-03 13:00:37 +08:00

Merge pull request #5629 from overbool/docs/dns-note

docs: add a note for dns command
This commit is contained in:
Steven Allen
2018-10-23 14:26:11 +01:00
committed by GitHub

View File

@ -32,6 +32,10 @@ remember. To create memorable aliases for multihashes, DNS TXT
records can point to other DNS links, IPFS objects, IPNS keys, etc. records can point to other DNS links, IPFS objects, IPNS keys, etc.
This command resolves those links to the referenced object. This command resolves those links to the referenced object.
Note: This command can only recursively resolve DNS links,
it will fail to recursively resolve through IPNS keys etc.
For general-purpose recursive resolution, use ipfs name resolve -r.
For example, with this DNS TXT record: For example, with this DNS TXT record:
> dig +short TXT _dnslink.ipfs.io > dig +short TXT _dnslink.ipfs.io