DragonTap is a graphical utility for Linux to interact with WireGuard connections already configured in NetworkManager.
The following pkg-config dependencies are required for building:
- gtk+-3.0
- libnm
DragonTap uses the Meson build system. Clone the repo, then do the following to produce an executable:
$ cd dragontap
$ mkdir build && cd build
$ meson ..
$ ninja
$ ./src/dragontap