diff --git a/roles/bind/templates/ha_zone_file.j2 b/roles/bind/templates/ha_zone_file.j2 index 67667a487..beca05211 100644 --- a/roles/bind/templates/ha_zone_file.j2 +++ b/roles/bind/templates/ha_zone_file.j2 @@ -9,6 +9,9 @@ $ORIGIN hb.{{ base_domain }}. ) IN NS ns1hb.{{ base_domain }}. IN NS ns2hb.{{ base_domain }}. + IN MX 0 . + IN TXT "v=spf1 -all" + IN TXT "v=DMARC1; p=reject;" restricted 300 IN A {{haproxy_sni_ip_restricted.ipv4 }} restricted 300 IN AAAA {{haproxy_sni_ip_restricted.ipv6 }} unrestricted 300 IN A {{haproxy_sni_ip.ipv4 }}