binhex / arch-qbittorrentvpn

Docker build script for Arch Linux base with qBittorrent, Privoxy and OpenVPN
GNU General Public License v3.0
397 stars 46 forks source link

support for eBPF instead of iptables #222

Open taoofshawn opened 4 months ago

taoofshawn commented 4 months ago

recently changed the CNI in my kubernetes cluster from flannel(iptables) to cilium(eBPF) and these images stopped working. I'm assuming this is due to no iptables in the new configuration.

Reading further, eBPF seems to be the modern replacement for iptables in container environments. Might be worth looking into and updating/providing alternate images/parameters