mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 06:15:51 +00:00
330 B
330 B
Building from Source
Although pre-built binaries are available for multiple platforms, you can also build your own binaries on your need.
Prerequisites
- Ensure you've installed go version
1.21
- Clone this repository to a location of your choice.
Build
CGO_ENABLED=0 go build -ldflags="-w -s" ./cmd/...