update tun handler

This commit is contained in:
ginuerzh
2022-08-21 13:56:53 +08:00
parent 5cbba69ae2
commit 77d9e3798c
3 changed files with 13 additions and 3 deletions

View File

@ -18,6 +18,9 @@ RUN cd cmd/gost && go env && go build
FROM alpine:latest
# add iptables for tun/tap
RUN apk add --no-cache iptables
WORKDIR /bin/
COPY --from=builder /src/cmd/gost/gost .