Why Nostr? What is Njump?
2023-08-26 18:24:52

noname on Nostr: with some firewall changes, you can afaik, seed ipfs content on tor without ip leak. ...

with some firewall changes, you can afaik, seed ipfs content on tor without ip leak. the idea is to block udp, because it bypasses tor. got like 10 peers with only tcp, but that is enough to propagate content to the network.

sudo iptables -A OUTPUT -p udp --dport 53 -j ACCEPT
sudo iptables -A OUTPUT -p udp --dport 51820 -j ACCEPT
sudo iptables -A OUTPUT -p udp -j DROP

torify ipfs daemon
setup #wireguard #vpn for browser only:
install #wireproxy

create wireproxy.conf with following contents:

// file: wireproxy.conf
WGConfig = yourwireguard.conf

[Socks5]
BindAddress = 127.0.0.1:25344
//

setup #firefox to connect to socks5 proxy at 127.0.0.1:25344

go to whatismyip.com to check it works
nostr:note1cj7ke90y0j0zqjwyhu29aflfkp6qw8q0pm8x2tckh34yyrsgvdsq4eyndy
Author Public Key
npub1kf8sau5dejmcmfmzzj256rv728p5w7s0wytdyz8ypa0ne0y6k0vswhgu9w