forked from DGNum/infrastructure
feat(dns): Add SRV record
This commit is contained in:
parent
bbe8a621aa
commit
d1326f3f06
1 changed files with 9 additions and 0 deletions
|
@ -112,6 +112,15 @@ in
|
||||||
|
|
||||||
MX = map (ttl 3600) [ (mx.mx 10 "kurisu.lahfa.xyz.") ];
|
MX = map (ttl 3600) [ (mx.mx 10 "kurisu.lahfa.xyz.") ];
|
||||||
|
|
||||||
|
SRV = [
|
||||||
|
{
|
||||||
|
service = "autodiscover";
|
||||||
|
proto = "tcp";
|
||||||
|
port = 443;
|
||||||
|
target = "autoconfig.mail.lahfa.xyz.";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
TXT = [
|
TXT = [
|
||||||
"dgnum.codeberg.page"
|
"dgnum.codeberg.page"
|
||||||
(spf.strict [ "a:kurisu.lahfa.xyz" ])
|
(spf.strict [ "a:kurisu.lahfa.xyz" ])
|
||||||
|
|
Loading…
Reference in a new issue