prefect/services/nsd: Fix records

This commit is contained in:
The Hedgehog 2022-08-10 10:57:02 -04:00
parent 2f5ca575b1
commit 32e4b49acd
No known key found for this signature in database

View file

@ -2,7 +2,7 @@
SOA = {
nameServer = "ns1.thehedgehog.me.";
adminEmail = "me@thehedgehog.me";
serial = 2022071011;
serial = 2022071012;
# Refresh the records every hour
refresh = 3600;
# If retry fails, retry after 10 minutes
@ -29,8 +29,8 @@
## Set mailservers
MX = with mx; [
(mx 10 "aspmx1.migadu.com")
(mx 20 "aspmx2.migadu.com")
(mx 10 "aspmx1.migadu.com.")
(mx 20 "aspmx2.migadu.com.")
];
## Set DMARC Policy
@ -42,7 +42,7 @@
{
service = "autodiscover";
proto = "tcp";
target = "autodiscover.migadu.com";
target = "autodiscover.migadu.com.";
port = 443;
priority = 0;
weight = 1;
@ -51,7 +51,7 @@
{
service = "submissions";
proto = "tcp";
target = "smtp.migadu.com";
target = "smtp.migadu.com.";
port = 465;
priority = 0;
weight = 1;
@ -59,7 +59,7 @@
{
service = "imaps";
proto = "tcp";
target = "imap.migadu.com";
target = "imap.migadu.com.";
port = 993;
priority = 0;
weight = 1;
@ -67,7 +67,7 @@
{
service = "pop3s";
proto = "tcp";
target = "pop.migadu.com";
target = "pop.migadu.com.";
port = 995;
priority = 0;
weight = 1;
@ -105,7 +105,7 @@
# Externally hosted services
## Statuspage, hosted at PikaPods
status.CNAME = [ "thankful-junglefowl.pikapod.net" ];
status.CNAME = [ "thankful-junglefowl.pikapod.net." ];
## Resume site, hosted at SourceHut
work.CNAME = [ "pages.sr.ht." ];
@ -118,8 +118,8 @@
# Wildcard Addressing
"*".MX = with mx; [
(mx 10 "aspmx1.migadu.com")
(mx 20 "aspmx2.migadu.com")
(mx 10 "aspmx1.migadu.com.")
(mx 20 "aspmx2.migadu.com.")
];
};
}