ipfs-shipyard / ipfs-primer

A primer explaining IPFS and the Decentralized Web, viewable as a website, pdf or e-book
289 stars 39 forks source link

Lesson: Run IPFS over Tor transport #38

Open musicsmithnz opened 6 years ago

musicsmithnz commented 6 years ago

According to this link, this seems to be an open issue. I have written on this elsewhere and I am happy to adapt this tutorial and make it self contained for the IPFS community if this is needed.

My blog: Tor and IPFS The whole script(Tested only on CentOs7): https://ipfs.io/ipfs/QmZo49iDCXJ9acpHHVBsVvgNkuiSrvSF2G8ocCrg1UEcqf

Kcchouette commented 5 years ago

It's not possible for the moment, because ipfs (without patch from external contributor not present in IPFS) will tell the whole network your public, private, and .onion addresses all (to determine 'closeness' of nearby IPFS nodes).

mithray commented 5 years ago

I just noticed that my comment here was unclear. My blog was about running a gateway that is accessible through tor, this gives anonymity to the Client, but the server is LESS secure because they are running an onion server while their ipfs traffic is being routed on ordinary IP addresses.

linas commented 4 years ago

see also https://github.com/ipfs/notes/issues/37