A GUI to manage Wireguard connections on Linux.
Go to file
Simon Vieille 3b2c6b38e7
update readme
2022-09-13 16:04:59 +02:00
img update readme 2022-09-13 16:04:59 +02:00
.gitignore refactoring, add makefile 2022-09-13 11:54:20 +02:00
Makefile refactoring, add makefile 2022-09-13 11:54:20 +02:00
README.md update readme 2022-09-13 16:04:59 +02:00
go.mod init 2022-09-12 11:14:53 +02:00
go.sum init 2022-09-12 11:14:53 +02:00
main.go add log and use monospace 2022-09-13 14:30:58 +02:00

README.md

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