feat(dns): Add SRV record

This commit is contained in:
Tom Hubrecht 2024-02-23 14:16:07 +01:00
parent bbe8a621aa
commit d1326f3f06

View file

@ -112,6 +112,15 @@ in
MX = map (ttl 3600) [ (mx.mx 10 "kurisu.lahfa.xyz.") ];
SRV = [
{
service = "autodiscover";
proto = "tcp";
port = 443;
target = "autoconfig.mail.lahfa.xyz.";
}
];
TXT = [
"dgnum.codeberg.page"
(spf.strict [ "a:kurisu.lahfa.xyz" ])