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