Files
dns-server/build.sh
2026-01-03 01:11:42 +08:00

7 lines
116 B
Bash
Executable File

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