feat: Limited rustdesk to vpn IP only
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user