docker-wireguard-vpn
docker-wireguard-vpn copied to clipboard
port forwards through loopback
Hey, I'd like to make the containers port forwards available on the loopback adapter. I would think that ip rule add table main suppress_prefixlength 0
would cause this to happen but it does not. Do you know how to go about creating a route or mark for this to happen?
What exactly are you trying to accomplish?