Use netfilter tables (nf_tables) backend by default

This commit is contained in:
Stefan Agner 2022-11-30 09:39:37 +01:00 committed by Franck Nijhof
parent 31567dad83
commit ff0b04d324

View file

@ -19,6 +19,8 @@ RUN \
openresolv=3.12.0-r0 \
wireguard-tools=1.0.20210914-r0 \
\
&& ln -sf /sbin/xtables-nft-multi /sbin/ip6tables \
&& ln -sf /sbin/xtables-nft-multi /sbin/iptables \
&& git clone --branch "0.0.20220316" --depth=1 \
"https://git.zx2c4.com/wireguard-go" /tmp/wireguard \
\