Hi,
As mentioned in #87, when the container is run via podman, the network device is tun0 rather than the hard coded eth0.
Perhaps adding smarts to entry.sh to determine the tap. Below is an example that I added to my local copy of entry.sh - see TAP=... For context, I am providing some lines surrounding where I believe it should go.
I also globally ^eth0^$TAP^
default_gateway=$(ip -4 route | grep 'default via' | awk '{print $3}')
TAP=$(ip --brief a | grep -v '^lo' | awk '{ print $1}')
case "$KILL_SWITCH" in