Use netfilter tables (nf_tables) backend by default (#213)

This commit is contained in:
Stefan Agner 2022-11-30 10:36:45 +01:00 committed by GitHub
parent 31567dad83
commit 0d93b72d95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \
\