fix: update compose submodule — remove apk add iptables-nft #45
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/vpn-iptables-nft-v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Updates compose submodule to include the fix removing
apk add iptables-nft— the package doesn't exist on Alpine 3.22, theiptablespackage already provides the nftables binary. Onlyupdate-alternatives --setis needed.Depends on compose PR #27 being merged first.