hosts/plover: update main domain zonefile

This commit is contained in:
Gabriel Arazas 2024-10-07 13:03:36 +08:00
parent 0c57bcadd6
commit b5fafa512d
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -3,8 +3,8 @@
$TTL 12h $TTL 12h
$ORIGIN foodogsquared.one. $ORIGIN foodogsquared.one.
@ 3600 IN SOA ns1 hostmaster ( @ 3600 IN SOA ns1.first-ns.de. hostmaster (
2024100201 ; serial number 2024100601 ; serial number
1h ; refresh 1h ; refresh
15m ; update retry 15m ; update retry
3w ; expiry 3w ; expiry
@ -31,13 +31,6 @@ x._domainkey 3600 IN TXT v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBC
; Protect my domain email from spoofing. ; Protect my domain email from spoofing.
_dmarc 400 IN TXT v=DMARC1;p=none;rua=mailto:postmaster@foodogsquared.one;ruf=mailto:admin@foodogsquared.one _dmarc 400 IN TXT v=DMARC1;p=none;rua=mailto:postmaster@foodogsquared.one;ruf=mailto:admin@foodogsquared.one
; This will make PGP clients find my public key for the email.
_hkps._tcp IN SRV 1 1 443 pgp.mailbox.org.
; Email clients autoconfiguration. Useful for email clients like Thunderbird.
autoconfig IN CNAME mailbox.org.
_autodiscover._tcp IN SRV 0 0 443 mailbox.org.
; My websites that are deployed by somewhere else. ; My websites that are deployed by somewhere else.
@ IN A 75.2.60.5 @ IN A 75.2.60.5
www IN CNAME foodogsquared.netlify.app. www IN CNAME foodogsquared.netlify.app.
@ -64,14 +57,4 @@ monitoring IN CNAME plover
; Other things. ; Other things.
_github-pages-challenge-foo-dogsquared IN TXT 673febae1ea0095e76d1e02a7a1709 _github-pages-challenge-foo-dogsquared IN TXT 673febae1ea0095e76d1e02a7a1709
; Setting up SendGrid.
; This is for rewriting tracking links to my domain.
url2871 IN CNAME sendgrid.net.
30339354 IN CNAME sendgrid.net.
; This is for SendGrid sender authentication.
em1172 IN CNAME u30339354.wl105.sendgrid.net.
s1._domainkey IN CNAME s1.domainkey.u30339354.wl105.sendgrid.net.
s2._domainkey IN CNAME s2.domainkey.u30339354.wl105.sendgrid.net.
; vim: expandtab! tabstop=8 shiftwidth=8 filetype=dns ; vim: expandtab! tabstop=8 shiftwidth=8 filetype=dns