Skip to content

Commit

Permalink
Merge pull request #26 from bfg100k/master
Browse files Browse the repository at this point in the history
Version 1.12.2 broken on host systems that are still using legacy iptables. ISSUE FOR ROUTER MODE ONLY
  • Loading branch information
zyclonite authored Nov 5, 2023
2 parents 6dcb6a7 + cfc3276 commit ea04bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.router
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV LOG_PATH=/var/log/supervisor

COPY scripts/entrypoint-router.sh /usr/sbin/

RUN apk add --no-cache --purge --clean-protected iptables tzdata \
RUN apk add --no-cache --purge --clean-protected iptables-legacy tzdata \
&& rm -rf /var/cache/apk/*

EXPOSE 9993/udp
Expand Down

0 comments on commit ea04bd7

Please sign in to comment.