How to Make a Systemd Private Network Namespace Accessable
How to Make a Systemd Private Network Namespace Accessable So I have an application that only binds to 0.0.0.0 and listens on a port (TCP). The communication is unencrypted and unauthorized so I’d like to work around that without getting too deep into the weeds. I’d like it to bind on 127.0.0.1 so I can …