bekh6ex / firefox-container-proxy

[Firefox extension] Assign a proxy to a Firefox container
https://addons.mozilla.org/en-US/firefox/addon/container-proxy/
BSD 2-Clause "Simplified" License
137 stars 14 forks source link

Socks4 porxy not working #41

Closed tonydream888 closed 2 years ago

tonydream888 commented 3 years ago

Hello,

I have socks4 proxy that working when use firefox proxy setting but it is not working under this addon.

You can test socks 4 proxies on https://www.socks-proxy.net/

bekh6ex commented 2 years ago

Currently, the extension always sets proxyDNS flag for socks proxies. Apparently, proxies from this site do not support proxying DNS requests, that's why they do not work.

Someone (probably me ;) ) has to add 'proxy DNS' setting to the UI to make it configurable.

bekh6ex commented 2 years ago

See #42