From 9c21be41331e7bb79dab8cdfe6411fc11a3a16a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Thu, 12 Sep 2024 11:52:19 +0000 Subject: [PATCH] Add CESNET monitoring to FW for EOSC production --- production2/terraform/terraform.tfvars | 3 +++ 1 file changed, 3 insertions(+) diff --git a/production2/terraform/terraform.tfvars b/production2/terraform/terraform.tfvars index e67f97d..1b58435 100644 --- a/production2/terraform/terraform.tfvars +++ b/production2/terraform/terraform.tfvars @@ -47,4 +47,7 @@ security_public_cidr = { # EGI VPN "145.90.225.224/27": "", "2001:610:450:80::/64": "", + # CESNET monitoring + "78.128.247.55/32": "", + "2001:718:ff05:205::55/128": "", } -- GitLab