feat(dns): Add autoritative DNS for lab subdomain

This commit is contained in:
Tom Hubrecht 2024-12-07 11:05:45 +01:00
parent a60b546277
commit f909853119
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -232,5 +232,14 @@ in
}
) meta.nodes;
};
}
// {
lab = {
NS = [ "ns01.lab.dgnum.eu." ];
subdomains.ns01 = {
A = [ "45.13.104.26" ];
};
};
};
}