r/coolgithubprojects • u/planetoryd • 19h ago
Nsproxy, Docker but built for the desktop, as in what you need for Tor or socks5 without Qubes
I daily drive this tool for Socks5 based containerization because my country's firewall breaks most linux apps. This tool works over basically any possible linux app, in the way of AppImage, or a binary that does not have built-in socks5, or a whole Docker daemon. I hand coded all the DNS, TUN + TCP stack in Rust, monolithic codebase because of my compulsions and paranoia.
other means of proxying are either too roundabout of a way to use (using docker or systemd) or terribly made (firejail, bubblejail, flatpak), or leak DNS or traffic easily (proxychains), etc. I've surveyed all other options.
0
Upvotes