mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 19:01:31 +00:00
Use netfilter tables (nf_tables) backend by default
This commit is contained in:
parent
31567dad83
commit
ff0b04d324
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue