merge changes of my version

This commit is contained in:
pexcn
2022-12-14 00:28:15 +08:00
parent d19292e6ab
commit e14bb72989
3 changed files with 71 additions and 35 deletions

View File

@@ -34,5 +34,8 @@ COPY --from=builder /usr/local/bin/phantun-server /usr/local/bin/
COPY --from=builder /usr/local/bin/phantun-client /usr/local/bin/
COPY docker/phantun.sh /usr/local/bin/
ENV USE_IPTABLES_NFT_BACKEND=0
ENV RUST_LOG=INFO
ENTRYPOINT ["phantun.sh"]
CMD ["phantun-server", "--help"]