feat(meta.dns): Add kurisu.lahfa.xyz as ns02

This commit is contained in:
Tom Hubrecht 2024-01-31 20:17:08 +01:00
parent 31e2387a25
commit 76ec967fba

View file

@ -131,7 +131,7 @@ in
# Primary DNS servers
NS = [
"ns01.dgnum.eu." # ns-03.hubrecht.ovh
"ns02.dgnum.eu."
"ns02.dgnum.eu." # kurisu.lahfa.xyz
];
# dgnum.codeberg.pages
@ -156,6 +156,10 @@ in
A = [ "51.178.27.125" ];
AAAA = [ "2001:41d0:305:2100::542c" ];
};
ns02 = {
A = [ "163.172.69.160" ];
AAAA = [ "2001:bc8:38ee::1" ];
};
}
// {
infra = infra // {