Files
dns-server/build.sh
2026-01-17 01:18:03 +08:00

8 lines
138 B
Bash
Executable File

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