feat(dns): Add SRV record
All checks were successful
build configuration / build_vault01 (push) Successful in 1m4s
build configuration / build_rescue01 (push) Successful in 1m4s
build configuration / build_web02 (push) Successful in 1m6s
build configuration / build_storage01 (push) Successful in 1m10s
build configuration / build_compute01 (push) Successful in 1m14s
lint / check (push) Successful in 21s
build configuration / build_web01 (push) Successful in 1m31s
npins update / npins_update (push) Successful in 51s
ds-fr update / npins_update (push) Successful in 2m7s
All checks were successful
build configuration / build_vault01 (push) Successful in 1m4s
build configuration / build_rescue01 (push) Successful in 1m4s
build configuration / build_web02 (push) Successful in 1m6s
build configuration / build_storage01 (push) Successful in 1m10s
build configuration / build_compute01 (push) Successful in 1m14s
lint / check (push) Successful in 21s
build configuration / build_web01 (push) Successful in 1m31s
npins update / npins_update (push) Successful in 51s
ds-fr update / npins_update (push) Successful in 2m7s
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