API endpoint for managing configurations written in GO
Compile from source code or download binary from releases
- Pull built image:
sudo docker pull protopes/awgor - Clone repo and build an image from Dockerfile
git clone https://github.com/ProtoPes/awg.git
sudo docker build -t $IMAGE_NAME .
sudo docker run -d $IMAGE_NAME
Invoke program with flags:
-c or --config: generate config files from template
-n or --name: generate ranfom name
-i or --ip: find unused ip for client
-g or --gen-ip: generate unused ip adresses file
-h or --help: show usage
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.