A GUI to manage Wireguard connections on Linux.
- Go 86.7%
- Makefile 9.5%
- Shell 3.8%
|
|
||
|---|---|---|
| .woodpecker | ||
| bin | ||
| img | ||
| .fpm | ||
| .gitignore | ||
| app.go | ||
| CHANGELOG.md | ||
| config.go | ||
| error.go | ||
| go.mod | ||
| go.sum | ||
| gui.go | ||
| LICENCE | ||
| main.go | ||
| Makefile | ||
| README.md | ||
| renovate.json | ||
| ui.go | ||
| wg.go | ||
Wireguard GUI
Wireguard GUI is a graphic tool that helps you to edit existing confs of Wireguard.
Requirements
Wireguard GUI reads /etc/wireguard/*.conf and uses wg-quick to manage interfaces.
Installation
From sources
git clone https://gitnet.fr/deblan/wireguard-gui.git
cd wireguard-gui
make
From binaries
Builds are available for Linux (64 bits).
Download the latest binary from releases.
Usage
sudo ./build/wireguard-gui-amd64
