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