mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-13 12:26:14 -08:00
4 lines
133 B
Bash
Executable File
4 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
|
|
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -ldflags "-linkmode external -extldflags -static -s -w" -o openvpn-admin
|