feat: Limited rustdesk to vpn IP only

This commit is contained in:
2026-08-06 21:06:50 +01:00
parent 0add4d3221
commit eef5c568bb
11 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ variable "ssh_key_ids" {
type = list(string)
}
variable "allowed_ssh_source_ips" {
variable "allowed_source_ips" {
description = "CIDRs allowed to reach port 22 on vpn."
type = list(string)
}