Skip to content

Commit

Permalink
Bind: Add mail related records to the zone, indicating it is not used…
Browse files Browse the repository at this point in the history
… for email
  • Loading branch information
quartje committed Jul 3, 2024
1 parent 5b05cd5 commit eb15e0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/bind/templates/ha_zone_file.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit eb15e0e

Please sign in to comment.