feat: Changed openvpn for wireguard

This commit is contained in:
2026-07-21 17:17:33 +01:00
parent 7ebd02f6b8
commit a9d602f35e
9 changed files with 53 additions and 39 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
variable "server_type" {
description = "Server type for vpn (OpenVPN + Traefik)."
description = "Server type for vpn (WireGuard/wg-easy + Traefik)."
type = string
}