wireguard-gui/README.md

33 lines
560 B
Markdown
Raw Permalink Normal View History

2022-09-13 15:10:33 +02:00
# Wireguard GUI
Wireguard GUI is a graphic tool that helps you to edit existing confs of Wireguard.
![](./img/screenshot.png)
2022-09-13 15:32:52 +02:00
## Requirements
2022-09-13 15:33:20 +02:00
Wireguard GUI reads `/etc/wireguard/*.conf` and uses `wg-quick` to manage interfaces.
2022-09-13 15:32:52 +02:00
2022-09-13 15:10:33 +02:00
## Installation
2022-09-13 16:04:59 +02:00
### From sources
2022-09-13 15:10:33 +02:00
```
git clone https://gitnet.fr/deblan/wireguard-gui.git
cd wireguard-gui
make
```
2022-09-13 16:04:59 +02:00
### From binaries
Builds are available for Linux (64 bits).
Download the latest binary from [releases](https://gitnet.fr/deblan/wireguard-gui/releases).
2022-09-13 15:10:33 +02:00
## Usage
```
sudo ./build/wireguard-gui-amd64
```