mikedilger / gossip

Gossip is a nostr client
Other
707 stars 80 forks source link

Tor support #413

Open mikedilger opened 1 year ago

mikedilger commented 1 year ago

I've suggested people use whonix to be sure no networking leaks around the tor connection (such as DNS lookups).

But we could potentially integrate Tor into gossip directly with https://crates.io/crates/arti-client

franksouza183 commented 1 year ago

is it ok to use it with torsocks until this native integration takes place? Is some kind of leakage possible through it?

mikedilger commented 1 year ago

Torsocks probably catches everything. But I can't guarantee it.

It might be a good idea to run wireshark and see what happens.