forked from DGNum/infrastructure
feat(meta.dns): Add kurisu.lahfa.xyz as ns02
This commit is contained in:
parent
31e2387a25
commit
76ec967fba
1 changed files with 5 additions and 1 deletions
|
@ -131,7 +131,7 @@ in
|
||||||
# Primary DNS servers
|
# Primary DNS servers
|
||||||
NS = [
|
NS = [
|
||||||
"ns01.dgnum.eu." # ns-03.hubrecht.ovh
|
"ns01.dgnum.eu." # ns-03.hubrecht.ovh
|
||||||
"ns02.dgnum.eu."
|
"ns02.dgnum.eu." # kurisu.lahfa.xyz
|
||||||
];
|
];
|
||||||
|
|
||||||
# dgnum.codeberg.pages
|
# dgnum.codeberg.pages
|
||||||
|
@ -156,6 +156,10 @@ in
|
||||||
A = [ "51.178.27.125" ];
|
A = [ "51.178.27.125" ];
|
||||||
AAAA = [ "2001:41d0:305:2100::542c" ];
|
AAAA = [ "2001:41d0:305:2100::542c" ];
|
||||||
};
|
};
|
||||||
|
ns02 = {
|
||||||
|
A = [ "163.172.69.160" ];
|
||||||
|
AAAA = [ "2001:bc8:38ee::1" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
// {
|
// {
|
||||||
infra = infra // {
|
infra = infra // {
|
||||||
|
|
Loading…
Reference in a new issue