You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
wayofka
changed the title
Kill switch feature in Podman (eth0/tap0)
Kill switch feature and http proxy in Podman (eth0/tap0)
Nov 16, 2022
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.
The text was updated successfully, but these errors were encountered: