更新web

This commit is contained in:
Alex Yang
2026-01-21 09:46:49 +08:00
parent ac96c7c10b
commit 073f1961b1
80 changed files with 75919 additions and 12379 deletions

View File

@@ -1,7 +1,6 @@
service dns-server stop
CGO_ENABLED=1 \
GOOS=linux \
GOARCH=amd64 \
CC=gcc \
go build -o dns-server main.go && service dns-server start
CGO_ENABLED=1
GOOS=linux
GOARCH=amd64
CC=gcc
service dns-server stop && go build -o dns-server main.go && service dns-server start