Comment on If I already have a VPN always on on my system, do I need to set up a gluetun container?
Chewy7324@discuss.tchncs.de 1 month agoYes, there’s many ways to make programs unable to use other network interfaces. E.g. I’m creating a network namespace with a single wg0 interface, which I make services use through systemd NetworkNamespacePath.
That said, I’d argue gluetun is pretty much foolproof, especially with most people using docker which messes with iptables.