🩹: shorten mail-related RR to 3600s

This commit is contained in:
VC
2024-07-05 11:53:54 +02:00
parent 9cf28c4200
commit 5169ecec07
5 changed files with 25 additions and 25 deletions

View File

@@ -13,11 +13,11 @@ $TTL 86400
$ORIGIN {{ item.name }}.
@ IN CAA 0 issue "letsencrypt.org"
@ IN MX 0 .
@ IN A 82.66.135.228
@ IN AAAA 2a01:e0a:9bd:2811::17
@ IN TXT "v=spf1 -all"
@ IN TXT "spf2.0/mfrom -all"
@ IN MX 0 .
@ 3600 IN TXT "v=spf1 -all"
@ 3600 IN TXT "spf2.0/mfrom -all"
_dmarc 3600 IN TXT "v=DMARC1;p=reject;pct=100;sp=reject;aspf=s;"
@ IN TXT "google-site-verification=Ptj7up6CWDNVy_AQjKrJf9yY08Tu7OTE30XIgG-ISGU"
_dmarc IN TXT "v=DMARC1;p=reject;pct=100;sp=reject;aspf=s;"
{{ web_hostname_block }}