proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
How to let an application that started or enabled by "systemctl " use proxychains-ng on Linux?
For example, I installed sing-box, manage it with the commands below:
you edit the service script so instead of executing "/bin/singbox" it executes "/bin/proxychains4 -f /etc/proxychains-singbox.conf /bin/singbox". adjust paths as needed.
How to let an application that started or enabled by "systemctl " use proxychains-ng on Linux? For example, I installed sing-box, manage it with the commands below:
How to launch sing-box via proxychains-ng?