mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-20 19:19:06 +08:00
Remove period from dns text examples
It is not useful. See https://github.com/ipfs/http-api-spec/pull/41#discussion_r53482505 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
@ -26,7 +26,7 @@ This command resolves those links to the referenced object.
|
|||||||
|
|
||||||
For example, with this DNS TXT record:
|
For example, with this DNS TXT record:
|
||||||
|
|
||||||
ipfs.io. TXT "dnslink=/ipfs/QmRzTuh2Lpuz7Gr39stNr6mTFdqAghsZec1JoUnfySUzcy ..."
|
ipfs.io TXT "dnslink=/ipfs/QmRzTuh2Lpuz7Gr39stNr6mTFdqAghsZec1JoUnfySUzcy ..."
|
||||||
|
|
||||||
The resolver will give:
|
The resolver will give:
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ The resolver will give:
|
|||||||
|
|
||||||
And with this DNS TXT record:
|
And with this DNS TXT record:
|
||||||
|
|
||||||
ipfs.ipfs.io. TXT "dnslink=/dns/ipfs.io ..."
|
ipfs.ipfs.io TXT "dnslink=/dns/ipfs.io ..."
|
||||||
|
|
||||||
The resolver will give:
|
The resolver will give:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user