forked from extern/wg-meshconf
12852b062356cb114181e0d01a3201ac5d5dd59d
WireGuard Mesh Configurator
1.0.1 (October 13, 2018)
- Enhanced CLI
- Added legal information
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
.
Description
Languages
Python
100%