fix: use ln -sf instead of update-alternatives --set for iptables-nft #28

Merged
gortium merged 1 commits from fix/vpn-iptables-nft-v3 into master 2026-05-13 16:59:51 +00:00

1 Commits

Author SHA1 Message Date
8dff094768 fix: use ln -sf instead of update-alternatives --set
update-alternatives --set fails because the base image only registers
iptables-legacy as an alternative. The iptables-nft binary (/usr/sbin/iptables-nft)
exists but isn't in the alternatives database. Direct ln -sf bypasses this.
2026-05-13 12:58:43 -04:00