This repository was archived by the owner on Feb 8, 2023. It is now read-only.
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
Recognize IPFS gateways on arbitrary websites #92
Open
Description
Currently looking for dnslink is a way to check if site is hosted on IPFS via gateway.
I propose that we use other TXT entry specifying that this domain should be served under IPFS/NS.
It could be TXT IPFS-Gateway=true
. Simpler nature of this entry means that it can have much longer TTL and can be cached for much longer time.
As workaround of lack of TXT record support in browsers we would need API endpoint for checking it.
Also it would be great if we could have agree on some sane default TTL in case of dnslink
and this entry are missing thus increasing cache hits even more.
EDIT: Also as dnslink
gets support for _dnslink.
prefix something similar might be done in case of this also.