Skip to content
Snippets Groups Projects
Commit 44c373f7 authored by František Dvořák's avatar František Dvořák
Browse files

Enable firewall for WAF PSNC testing

parent 832273eb
No related branches found
No related tags found
No related merge requests found
...@@ -42,4 +42,6 @@ security_public_cidr = { ...@@ -42,4 +42,6 @@ security_public_cidr = {
"2001:610:450:80::/64": "EGI VPN", "2001:610:450:80::/64": "EGI VPN",
"78.128.247.55/32": "CESNET monitoring", "78.128.247.55/32": "CESNET monitoring",
"2001:718:ff05:205::55/128": "CESNET monitoring", "2001:718:ff05:205::55/128": "CESNET monitoring",
"150.254.160.250": "PSNC WAF testing",
"150.254.160.252": "PSNC WAF testing",
} }
...@@ -49,4 +49,7 @@ security_public_cidr = { ...@@ -49,4 +49,7 @@ security_public_cidr = {
# CESNET monitoring # CESNET monitoring
"78.128.247.55/32": "", "78.128.247.55/32": "",
"2001:718:ff05:205::55/128": "", "2001:718:ff05:205::55/128": "",
# PSNC WAF testing
"150.254.160.250": "",
"150.254.160.252": "",
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment