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.
DNS over IPFS #250
Open
Description
In the discussion about DNS query support for js-ipfs and js-ipfs-api, an idea came along that I wanted to make sure to note here as it will require more thought and research.
tl;dr; What if we use IPFS to distribute all the DNS records in the world?
ipfs-inactive/js-ipfs-http-client#501 (comment)
I believe that the million dollar question here is how the bit is the dataset containing every single domain and its TXT records in the world? And, given that we added all of those to IPFS, wouldn't IPNS + files sharding be a more efficient way to distribute them anyways? We can probably make DNS faster and more secure (and work offline!) if we distribute all of those records through IPNS + IPFS.
Is there an existing DNS fire hose we can subscribe to fetch all changes in DNS records?