Skip to content

Commit

Permalink
Merge pull request #5629 from overbool/docs/dns-note
Browse files Browse the repository at this point in the history
docs: add a note for dns command
  • Loading branch information
Stebalien committed Oct 23, 2018
2 parents 2622b0f + 4e26077 commit e92ace1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/commands/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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:
> dig +short TXT _dnslink.ipfs.io
Expand Down

0 comments on commit e92ace1

Please sign in to comment.