TCP listener runs, even through proxy. #415
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?
I developed a portable SOCKS proxy for windows and used bitmessage to debug it.
Interesting so far:
It looks like bitmessage (when asked to connect through proxy) still leaves the listener open for some reason. I have bitmessage running through my socks proxy, the listener is still active and I even had an incoming connection from a TOR exit node.
Bitmessage is running through my proxy since about 2 hours.
This is a feature, no?
https://github.com/Bitmessage/PyBitmessage/pull/297
Not if the checkbox is disabled
Ach so! Did not notice the checkbox.
The listener thread is running when you turn on socks, but if sockslisten is off, then it will not accept the connections, rather they will stuck and not be processed. I just tested it as well. I think that this solution is ok, because it will handle settings change without having to restart.