-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Implement support for connecting through proxy #60
Comments
Because this can be done through proxify, I'm not sure if we want to spend time baking this in right now. I think @rfree2monero can comment on this - if it's easy to bake this into the p2p protocol when we rewrite the network layer, then sure. |
+proposal |
vtnerd added support for tor and i2p proxies, and I think it also works with "normal" SOCKS proxies. |
Yup, they both provide a normal socks proxy server that has special logical for ".onion" and ".i2p" domains. Right now only the wallet provides a proxy in the normal sense though, the daemon uses proxies only for i2p / tor connections. In other words, the wallet will proxy all HTTP connections to the daemon via the proxy, whereas the daemon proxies only p2p connections that are destined for i2p or tor. |
Can be closed, see here #7616 |
This is a requirement for both daemon and the wallet.
The text was updated successfully, but these errors were encountered: