You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
371 B
Django/Jinja
21 lines
371 B
Django/Jinja
{
|
|
"name": "monitoring",
|
|
"labels": {
|
|
},
|
|
"rules": [
|
|
{
|
|
"direction": "in",
|
|
"protocol": "tcp",
|
|
"port": "9080-9085",
|
|
"source_ips": [
|
|
"212.121.131.106/32",
|
|
"87.150.34.206/32",
|
|
"94.130.97.253/32"
|
|
],
|
|
"destination_ips": [
|
|
]
|
|
}
|
|
],
|
|
"applied_to": "{{ firewall_monitoring_servers | default([]) }}"
|
|
}
|