修复nil导致查询返回问题

This commit is contained in:
Alex Yang
2026-04-04 12:16:48 +08:00
parent 67c7332f75
commit 429b2331fb
2 changed files with 23 additions and 13 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
CGO_ENABLED=1
GOOS=linux
GOARCH=amd64
CC=gcc
service dns-server stop && go build -o dns-server main.go && service dns-server start
export CGO_ENABLED=1
export GOOS=linux
export GOARCH=amd64
export CC=gcc
#service dns-server stop && go build -o dns-server main.go && service dns-server start