update
This commit is contained in:
6
dns/build.sh
Executable file
6
dns/build.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
CGO_ENABLED=1 \
|
||||
GOOS=linux \
|
||||
GOARCH=amd64 \
|
||||
CC=gcc \
|
||||
go build -o dns-server main.go && service dns-server restart
|
||||
|
||||
Reference in New Issue
Block a user