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

poxychain is breaking #592

Open
Lawliet-exe opened this issue Feb 1, 2025 · 2 comments
Open

poxychain is breaking #592

Lawliet-exe opened this issue Feb 1, 2025 · 2 comments

Comments

@Lawliet-exe
Copy link

proxychains firefox www.duckduckgo.com 
[proxychains] config file found: /etc/proxychains.conf
[proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4
[proxychains] DLL init: proxychains-ng 4.17
[proxychains] DLL init: proxychains-ng 4.17

poxychains break at this point

@rofl0r
Copy link
Owner

rofl0r commented Feb 1, 2025

break ? you gotta be a little more specific than that. also search the issues here for "firefox" and "browser".

@verbal666
Copy link

verbal666 commented Feb 3, 2025

Check proxychains.conf. Try "proxy_dns" or "proxy_dns_old" or "proxy_dns_daemon 127.0.0.1:1053" after starting a proxychains4-daemon -i 127.0.0.1 -p 1053 &>/dev/null &.
Check FireFox network settings, try to choose NO PROXY.

EDIT: you're right, same problem here with Ubuntu 24.04 and "firefox-esr (128.6.0esr+build1-0ubuntu0.24.04.1~mt1". Solved with

proxy_dns <--
#proxy_dns_old <-- or
#proxy_dns_daemon 127.0.0.1:1053 <-- have to start the `proxychains4-daemon -i 127.0.0.1 -p 1053 &>/dev/null &`

in proxychains.conf as said before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants