修复BUG。离线库为国外, API 判断为国内无限循环

This commit is contained in:
2025-01-16 14:04:02 +08:00
parent 5a7511427f
commit 612cc35514
4 changed files with 55 additions and 31 deletions

View File

@@ -8,3 +8,6 @@ a="'"
eval "CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -ldflags ${a}-extldflags \"-static ${libpcap} ${dbus} ${libcap} -lc\"${a}"
if test -f denyip; then
upx -9 denyip
fi