Onion-specific proxy not working #1465
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Typos in the code, some places use
onionproxy
and othersonion_proxy
. It never worked.I replaced
onionproxy
in19ab56a
. But I cannot imagine how to test that code ):Well, you could point the non-onion proxy to a port where there is no proxy running (or firewall non-tor connections), and set onion proxy to tor. You'll have to observe it manually and perhaps run a
tcpdump
in a separate terminal, as there is a chance of a false positive when interpreting the results simply from feedback of PyBitmessage, but for the time being that should be good enough.