多项更新优化
This commit is contained in:
5
build-windows.sh
Executable file
5
build-windows.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
CGO_ENABLED=1 \
|
||||
GOOS=windows \
|
||||
GOARCH=amd64 \
|
||||
CC=gcc \
|
||||
go build -o dns-server.exe main.go
|
||||
Reference in New Issue
Block a user