-
Notifications
You must be signed in to change notification settings - Fork 96
Use the IPFS protocol to fetch resources #221
Comments
Hi @foxcool, and many thanks for bringing this up! I have actually been thinking about utilizing IPFS for decentralized content delivery, for quite some time now. The concept sounds very promising indeed. So, I think this is a great opportunity to publicly discuss some specifics. We could either decide to have complete bundles served over IPFS, or to point users to individual resources. I'm not sure yet what's best for privacy, performance, and resource availability. So, any additional ideas or insights are welcome! |
You mean for additional bundles we may have the option to get them using IPFS? And would this solve the security problems related to subscription lists? Also another point that should be stressed: Is IPFS censored or unreachable for some users? I tested using a tool that determines whether a site is blocked in China and it seems that ipfs.io is reachable there but we'd have to confirm with someone who is located there. In any case, if this solves the problems above it will be a really neat idea and would make Decentraleyes truly Decentralized. |
It will surely help, since IPFS uses Merkle DAGs to verify data. This will even allow Decentraleyes to run a single integrity check on a root hash, to instantly verify the integrity of any individual CDN-resources.
Fortunately, IPFS does not rely on the DNS protocol. So, if someone blocks your access to DNS or spoofs DNS in your network, it will not prevent IPFS nodes from resolving content over the network. [1] |
In related news: Firefox 59 now supports IPFS!
@Synzvato when can we - roughly speaking - expect an experimental release of Decentraleyes with the following proposal implemented? Thanks. |
Cool! |
maybe you could cooperate with @jspenguin2017 from https://github.com/NanoAdblocker/NanoCore who is currently improving the update capabilities of filterlists by adding differential updates and a more efficient server side. you might profit from each others approach. |
Interesting idea... Does the protocol requires low level network access though? It might be hard to implement on Chrome. |
@jspenguin2017 I believe that all that would be required is IPFS' own JS implementation: https://github.com/ipfs/js-ipfs |
Oh that's interesting... I'll look into it when I have time. |
We can use IPFS p2p network for storing static data.
The text was updated successfully, but these errors were encountered: