mirror of
https://github.com/k4yt3x/wg-meshconf.git
synced 2025-08-08 05:24:31 +02:00
3961a6570a69490d8f820cfb8aa69d3a00622243
WireGuard Mesh Configurator
1.1.2 (October 15, 2018)
- Added output path detection.
- Added profile exporting path detection.
- Ask user if a output directory should be made if it doesn't exist.
1.1.1 (October 15, 2018)
- Added endpoint generation.
- Added "ShowPeers" command to show current config.
- Added "AddPeers" command to append peers to current config.
Introduction
WireGuard mesh configurator is a tool that will help you generating peer configuration files for wireguard mesh networks. You generate configuration files for a large amount of peers easily and quickly via this tool.
Gallery
Usages
Clone the repository and enter it.
$ git clone https://github.com/K4YT3X/wireguard-mesh-configurator.git
$ cd wireguard-mesh-configurator/
Create a temporary folder for exporting configuration files.
$ mkdir /tmp/wireguard
Run the tool.
$ python3 wireguard_mesh_configurator.py
Then you will find all the generated configuration files under /tmp/wireguard
.
Languages
Python
100%