DNS-on-Blockchain is the next step after DNS-over-HTTPS
21–30 of 69 posts
Re: DNS-on-Blockchain is the next step after DNS-over-HTTPS
#22Yes, DNS should be like the old phone book — published regularly, pick one up anywhere & everywhere, look things up anonymously (granted, authenticity guarantees were somewhat lacking). My question - Sure blockchain can do this, but couldn’t a simpler DHT-based p2p system would work just as well or better? I like the distributed/anonymity/authenticity, but why is blockchain required?
Ipfs.io can solve this easily.
Plus, Ipfs isn't that good when it comes to authentic data, if it's signed, there is only one key, so it's centralized again.
Re: DNS-on-Blockchain is the next step after DNS-over-HTTPS
#23So every DNS change is stored into the blockchain, forever? Will you have to download terabytes and terabytes of the blockchain in order to serve as a node? Why is that kind of audit history necessary? Why is the solution to every problem "blockchain" these days?
> Why is the solution to every problem "blockchain" these days? That is a trope and is no longer true. If you say blockchain is the solution you get laughed at.
Re: DNS-on-Blockchain is the next step after DNS-over-HTTPS
#24Yes, DNS should be like the old phone book — published regularly, pick one up anywhere & everywhere, look things up anonymously (granted, authenticity guarantees were somewhat lacking). My question - Sure blockchain can do this, but couldn’t a simpler DHT-based p2p system would work just as well or better? I like the distributed/anonymity/authenticity, but why is blockchain required?
Ipfs.io can solve this easily.
Re: DNS-on-Blockchain is the next step after DNS-over-HTTPS
#25Malicious domains will require someone removing them or blocking them even, unless you want the DoB namespace to turn into a cesspool of malware, phishing and nazis. Not something the average person wants.
Re: DNS-on-Blockchain is the next step after DNS-over-HTTPS
#26Re: DNS-on-Blockchain is the next step after DNS-over-HTTPS
#27Earlier quoted context omitted.
Ipfs.io can solve this easily.
Ipfs requires a DNS server to bootstrap the P2P network, not a good idea. Plus, Ipfs isn't that good when it comes to authentic data, if it's signed, there is only one key, so it's centralized again.
Also you don't need the "Where is IPFS?" DNS query to be anonymous in the first place.
Re: DNS-on-Blockchain is the next step after DNS-over-HTTPS
#28Re: DNS-on-Blockchain is the next step after DNS-over-HTTPS
#29Earlier quoted context omitted.
Ipfs requires a DNS server to bootstrap the P2P network, not a good idea. Plus, Ipfs isn't that good when it comes to authentic data, if it's signed, there is only one key, so it's centralized again.
The implementation could easily change to not require DNS. You only need to find a single live node to bootstrap, so hardcoding a bunch of high-quality nodes works perfectly fine. Also you don't need the "Where is IPFS?" DNS query to be anonymous in the first place.
And you need to bootstrap without DNS if you plan to actually replace DNS, not live beside it.
Re: DNS-on-Blockchain is the next step after DNS-over-HTTPS
#30Earlier quoted context omitted.
The implementation could easily change to not require DNS. You only need to find a single live node to bootstrap, so hardcoding a bunch of high-quality nodes works perfectly fine. Also you don't need the "Where is IPFS?" DNS query to be anonymous in the first place.
Then you still need to trust the initial node to not provide you with a poisoned peer list (ie, a list of peers that are wholely isolated from the proper IPFS network and provide bogus DNS answers). And you need to bootstrap without DNS if you plan to actually replace DNS, not live beside it.
> And you need to bootstrap without DNS if you plan to actually replace DNS, not live beside it.
Whatever. DNS itself is never going to shut down, so 100% replacement even for bootstrapping isn't a real concern. And if starting with 13 fixed IP addresses is good enough for DNS, then it should be good enough for IPFS.