feat: add nftables package to Dockerfile (#865)

nftables is a more modern iptables which supports both ipv4 and ipv6.
master
ZHAO Jin-Xiang 2026-06-02 23:56:53 +08:00 committed by GitHub
parent 5639c90e98
commit 41e1878ebc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ RUN cd cmd/gost && \
FROM alpine:3.23 FROM alpine:3.23
# add iptables for tun/tap # add iptables/nftables for tun/tap
RUN apk add --no-cache iptables RUN apk add --no-cache iptables nftables
WORKDIR /bin/ WORKDIR /bin/