-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Content routing hint via DNS records #6516
Copy link
Copy link
Open
Labels
Description
A common use-case for IPFS is to host websites using DNSLink. That is, /ipns/foo.com would resolve to /ipfs/Qm....
This is the perfect place to stash additional content routing information:
TXT provider=/p2p/QmProvider1
TXT provider=/p2p/QmProvider2
The tricky part is somehow feeding this information through to the right place in go-ipfs.
Reactions are currently unavailable