Skip to content

Commit

Permalink
Use netfilter tables (nf_tables) backend by default (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Nov 30, 2022
1 parent 31567da commit 0d93b72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wireguard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
\
Expand Down

0 comments on commit 0d93b72

Please sign in to comment.