once again, an attempt to run ipfs anonymously on tor

(if you dont want to run orjail with sudo on main pc, install lxc https://rentry.org/lxc1/)
install orjail (into lxc container) https://orjail.github.io/

orjail needs to be run as root (add sudo if necessary)

orjail ipfs init
orjail ipfs daemon

(when ipfs daemon starts, observe that it does not output your real ip)

echo "hello ipfs" > ~/test.txt
orjail ipfs add ~/test.txt
orjail ipfs findprovs $hash
orjail ipfs id

move to another ipfs installation now

make sure following grep doesnt output anything
your public ip should not be on the list output by dht findpeer

ipfs dht findpeer orjail_ipfs_peer_id | grep "your_real_public_ip"

Edit

Pub: 22 Dec 2023 06:55 UTC

Edit: 22 Dec 2023 08:19 UTC

Views: 109