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

Proxy not used #615

Open
gus4rs opened this issue Feb 20, 2024 · 5 comments
Open

Proxy not used #615

gus4rs opened this issue Feb 20, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@gus4rs
Copy link

gus4rs commented Feb 20, 2024

The custom proxy set in the wallet is not used to retrieve DAPPs or to download data from the Dashboard. What is it used for?

@gus4rs gus4rs added the bug Something isn't working label Feb 20, 2024
@gus4rs gus4rs changed the title Proxy not used for Dapps Proxy not used Feb 20, 2024
@richardo2016x
Copy link
Collaborator

As design, the proxy setting is used in most cases, such as retrieving DAPPs and download data from the dashboard. Can you provide more details about what you met? Thank you.

@gus4rs
Copy link
Author

gus4rs commented Oct 29, 2024

Go to "My Dapps", then create a new one, and add https://ip.me as the URL. Open the dapp and you will see it is not using the proxy's IP

@richardo2016x
Copy link
Collaborator

Go to "My Dapps", then create a new one, and add https://ip.me as the URL. Open the dapp and you will see it is not using the proxy's IP

I do the test and the dapp shows it's using the proxy's IP. I don't know your local network's setting, but maybe it's helpful to use 'Custom', fill hostname/port of your proxy's local server, you can test whether proxy works by accessing the url (specified by 'Checking' field) which is not accessible if no proxy applied.

image

@gus4rs
Copy link
Author

gus4rs commented Oct 30, 2024

In my case I am using a SOCKS 5 proxy. And the "Check" seem bogus: even if I change the port to the wrong value, it checks ok

@gus4rs
Copy link
Author

gus4rs commented Oct 30, 2024

I am using MAC OS with Tor (brew install Tor) which offers a socks5 proxy at port 9050. If I do this:

curl --socks5-hostname localhost:9050 https://ip.me

It works and gives me a different IP

But If I put localhost 9050 in Rabby, it doesn't use it and shows my own IP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants