wg-meshconf
WireGuard full mesh configuration generator
wg-meshconf is a Python command-line tool for generating configuration files for full-mesh WireGuard networks. It stores peer information in a CSV database that can be edited directly with spreadsheet software or managed through commands. Users define peers with properties such as names, addresses, endpoints, ports, and routing information. The generator then creates WireGuard configuration files for every peer or for a selected node. This removes much of the repetitive key and peer configuration work involved in building larger meshes. ...