Skip to content
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

Closed
Jojatekok opened this issue Jul 14, 2014 · 5 comments
Closed

Implement support for connecting through proxy #60

Jojatekok opened this issue Jul 14, 2014 · 5 comments
Labels

Comments

@Jojatekok
Copy link
Contributor

This is a requirement for both daemon and the wallet.

Proxy support

@fluffypony
Copy link
Contributor

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.

@dEBRUYNE-1
Copy link
Contributor

+proposal

stoffu pushed a commit to stoffu/monero that referenced this issue Sep 27, 2018
@moneromooo-monero
Copy link
Collaborator

vtnerd added support for tor and i2p proxies, and I think it also works with "normal" SOCKS proxies.

@vtnerd
Copy link
Contributor

vtnerd commented Sep 6, 2019

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.

@xanoni
Copy link

xanoni commented Aug 16, 2021

Can be closed, see here #7616

@selsta selsta closed this as completed Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants