7 lines
116 B
Bash
Executable File
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
|
|
|