Skip to content

Commit

Permalink
Fix to use iptables-legacy rather than iptables-nft (#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
RJSzynal committed Dec 31, 2022
1 parent 0d28108 commit 237fb27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ ADD transmission/ /etc/transmission/
ADD scripts /etc/scripts/
ADD privoxy/scripts /opt/privoxy/

# Support legacy IPTables commands
RUN update-alternatives --set iptables $(which iptables-legacy) && \
update-alternatives --set ip6tables $(which ip6tables-legacy)

ENV OPENVPN_USERNAME=**None** \
OPENVPN_PASSWORD=**None** \
OPENVPN_PROVIDER=**None** \
Expand Down

0 comments on commit 237fb27

Please sign in to comment.