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-mail.json.j2

19 lines
295 B
Django/Jinja

{
"name": "mail",
"labels": {
},
"rules": [
{
"direction": "in",
"protocol": "tcp",
"port": "25",
"source_ips": [
"149.233.6.129/32",
],
"destination_ips": [
]
}
],
"applied_to": "{{ firewall_mail_servers | default([]) }}"
}