-
Notifications
You must be signed in to change notification settings - Fork 40
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
DSN resolution no longer working with SOCKS5 #97
Comments
Have you tried Proxy DNS? BTW, Proxy DNS (was global in v8.6) is moved to per-server in v8.7. |
I think I ran into the same problem - it seems that a recent update to the extension broke DNS resolution through SOCKS5 for an existing proxy. The proxy I have defined appears to have Proxy DNS enabled when I look at its configuration (presumably this setting was migrated from the previously-global setting). I am able to work around the problem by disabling Proxy DNS, saving the proxy configuration, re-enabling Proxy DNS, and saving the config again. |
Actually, the enabled state is a preset.
The data is migrated from global to individual proxies per request in #75. However, the Firefox proxying request process in FoxyProxy is refreshed on browser restart, extension re-enable, background script reload (MV3), and edits in the Options page. I am guessing that for users who keep their browser on all the time, most of those cases wont happen until an edit is made in the Options page (any edit will do). |
Are you still experiencing the issue? |
I can confirm the bug is still there. |
Can you provide an STR (steps to reproduce) so that I can see what is happening? |
Related challenge with steps to reproduce and screenshots at #166 |
a host - not allowed with my local proxy - is accessible with a SOCKS5-proxy in v7.5.1, but not v8.6
as far as I can say, the DSN-resolution is already blocked, before switching out to the proxy.
The text was updated successfully, but these errors were encountered: