7 lines
133 B
Bash
Executable File
7 lines
133 B
Bash
Executable File
CGO_ENABLED=1
|
|
GOOS=linux
|
|
GOARCH=amd64
|
|
CC=gcc
|
|
service dns-server stop && go build -o dns-server main.go && service dns-server start
|
|
|