-
Notifications
You must be signed in to change notification settings - Fork 943
How to install
Piotr edited this page Jan 6, 2026
·
5 revisions
- Go 1.24 or later
- Git (for manual build)
go install github.com/drk1wi/Modlishka@latestThe binary will be installed to $GOPATH/bin or $HOME/go/bin.
git clone https://github.com/drk1wi/Modlishka.git
cd ModlishkaDefault build:
makeCross-compile for specific platforms:
make build_linux
make build_windows
make build_freebsdThe compiled binary will be in the dist folder:
./dist/proxy -hThis displays all available command line options.