feat: Limited rustdesk to vpn IP only
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ variable "ssh_key_names" {
|
||||
type = list(string)
|
||||
}
|
||||
|
||||
variable "allowed_ssh_source_ips" {
|
||||
variable "allowed_source_ips" {
|
||||
description = "CIDRs allowed to reach port 22 on the vpn server. Narrow this to your own IP(s) once known. dev and prod don't use this - their SSH is restricted to the vpn server's own public IP instead (see infra/main.tf)."
|
||||
type = list(string)
|
||||
default = ["0.0.0.0/0", "::/0"]
|
||||
|
||||
Reference in New Issue
Block a user