about summary refs log tree commit diff
path: root/configs/wireguard.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wireguard: set the externalIPFranck Cuny2022-03-021-0/+3
|
* tahoe: wireguard setupFranck Cuny2022-02-211-0/+3
|
* wireguard: module and peers configurationsFranck Cuny2022-02-211-0/+15
Add a new module to automatically configure the peers for wireguard. The module needs a configuration file (in `configs/wireguard.toml`) which lists all the peers, their IP and and their public keys. The secret keys is encrypted as a secret with agenix. There's some initial documentation on how to use this setup.