summaryrefslogtreecommitdiff
path: root/roles/wgvpn/handlers/main.yml
AgeCommit message (Collapse)Author
2024-06-15Rename wg1 interface to wgvpn0Dmitry Ilvokhin
2024-06-14Fix wrong state restart -> restartedDmitry Ilvokhin
2024-06-09Migrate to restart instead of reload for wgvpnDmitry Ilvokhin
For the same reason restart is used in wgtor: there are `iptables` commands in `PostUp` and `PostDown` which are not running on reload.
2024-05-27Add wgvpn role for WireGuard VPNDmitry Ilvokhin