You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(monero-rpc-pool): only try to bypass unforced Tor
Bypassing Tor on TorBackend::Socks breaks everything,
because /all/ traffic needs to go through the proxy
(normal connect() is broken on Tails)
Bypassing Tor on TorBackend::Torsocks is misleading,
because the log implies the request would be performed over clearnet
(it won't be), but doesn't otherwise impact anything,
since Torsocks is the same as clearnet from the program's POV
0 commit comments