docker-openvpn-client icon indicating copy to clipboard operation
docker-openvpn-client copied to clipboard

Kill switch feature and http proxy in Podman (eth0/tap0)

Open wayofka opened this issue 3 years ago • 0 comments

In the entry point script ( entry.sh ) is for kill switch used eth0 network device (both iptables and nftables). Podman default network device is tap0. For using kill switch in Podman just replace eth0 for tap0 in entry.sh and build image. Tested with podman 3.4.4 and 4.3.0.

Same for tinyproxy start script (run-http-proxy.sh) in fetching listen addr (addr_eth0 variable ).

Thanks for your work.

wayofka avatar Nov 16 '22 22:11 wayofka