添加 appBuildDate

This commit is contained in:
bjdgyc
2024-02-21 18:38:38 +08:00
parent ff07c81401
commit bbb9cfda67
7 changed files with 64 additions and 66 deletions

View File

@@ -8,7 +8,7 @@ if [[ $CN == "yes" ]]; then
export GOPROXY=https://goproxy.cn
fi
#兼容老版 iptables
# alpine:3.19 兼容老版 iptables
apk add --no-cache iptables iptables-legacy
rm /sbin/iptables
ln -s /sbin/iptables-legacy /sbin/iptables