diff options
Diffstat (limited to 'hosts/surtr/dns/zones/email.bouncy.soa')
-rw-r--r-- | hosts/surtr/dns/zones/email.bouncy.soa | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/surtr/dns/zones/email.bouncy.soa b/hosts/surtr/dns/zones/email.bouncy.soa index de14e610..8906fa84 100644 --- a/hosts/surtr/dns/zones/email.bouncy.soa +++ b/hosts/surtr/dns/zones/email.bouncy.soa | |||
@@ -1,7 +1,7 @@ | |||
1 | $ORIGIN bouncy.email. | 1 | $ORIGIN bouncy.email. |
2 | $TTL 3600 | 2 | $TTL 3600 |
3 | @ IN SOA ns.yggdrasil.li. hostmaster.yggdrasil.li ( | 3 | @ IN SOA ns.yggdrasil.li. hostmaster.yggdrasil.li ( |
4 | 2023013000 ; serial | 4 | 2023013002 ; serial |
5 | 10800 ; refresh | 5 | 10800 ; refresh |
6 | 3600 ; retry | 6 | 3600 ; retry |
7 | 604800 ; expire | 7 | 604800 ; expire |
@@ -69,6 +69,8 @@ spm IN MX 0 mailin.bouncy.email. | |||
69 | spm IN TXT "v=spf1 redirect=bouncy.email" | 69 | spm IN TXT "v=spf1 redirect=bouncy.email" |
70 | _acme-challenge.spm IN NS ns.yggdrasil.li. | 70 | _acme-challenge.spm IN NS ns.yggdrasil.li. |
71 | 71 | ||
72 | spm IN HTTPS 1 . alpn="h2,h3" | ||
73 | |||
72 | _mta-sts IN TXT "v=STSv1; id=2022100600" | 74 | _mta-sts IN TXT "v=STSv1; id=2022100600" |
73 | _smtp._tls IN TXT "v=TLSRPTv1; rua=mailto:postmaster@bouncy.email" | 75 | _smtp._tls IN TXT "v=TLSRPTv1; rua=mailto:postmaster@bouncy.email" |
74 | mta-sts IN A 202.61.241.61 | 76 | mta-sts IN A 202.61.241.61 |
@@ -76,3 +78,5 @@ mta-sts IN AAAA 2a03:4000:52:ada:: | |||
76 | mta-sts IN MX 0 mailin.bouncy.email. | 78 | mta-sts IN MX 0 mailin.bouncy.email. |
77 | mta-sts IN TXT "v=spf1 redirect=bouncy.email" | 79 | mta-sts IN TXT "v=spf1 redirect=bouncy.email" |
78 | _acme-challenge.mta-sts IN NS ns.yggdrasil.li. | 80 | _acme-challenge.mta-sts IN NS ns.yggdrasil.li. |
81 | |||
82 | mta-sts IN HTTPS 1 . alpn="h2,h3" | ||