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.
hetzner-ansible/roles/hcloud/templates/firewall-monitoring.json.j2

21 lines
331 B
Django/Jinja

{
"name": "monitoring",
"labels": {
},
"rules": [
{
"direction": "in",
"protocol": "tcp",
"port": "9080-9085",
"source_ips": [
"149.233.6.129/32",
"212.121.131.106/32",
"79.215.1.110/32",
"94.130.97.253/32"
],
"destination_ips": [
]
}
]
}