-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tor proxy does not work with IPv6 destination #9390
Comments
Did you change SOCKS5 proxy to [::1]:9050 or whatever? When tor starts it should open SOCKS5 proxies on both 127.0.0.1:9050 (v4 traffic) and [::1]:9050 (v6 traffic). Using 127.0.0.1 for v6 traffic will fail |
Internally we use socks4 which only supports IPv4. So this will never work with IPv6 currently. I will put Socks5+IPv6 support in my next CCS proposal (hopefully I will have time for it). |
Default system tor I don't know if SocksPolicy is useful if we have
[EDIT:] Then Haveno aborts starting. But this should be fixed now |
There is a 2 XMR bounty on this issue. |
Seems monero-wallet-rpc/cli does not work through Tor proxy to an IPv6 destination (IPv4 is ok).
Prerequisites:
Tests:
Tests 4 and 6 fail with the error message is "no_connection_to_daemon".
See original issue and comment from @fa2a5qj3: haveno-dex/haveno#1076 (comment)
There is a 2 XMR bounty on this issue.
The text was updated successfully, but these errors were encountered: