feat(dns): Add autoritative DNS for lab subdomain
All checks were successful
Check meta / check_dns (pull_request) Successful in 18s
Check meta / check_meta (pull_request) Successful in 18s
Check workflows / check_workflows (pull_request) Successful in 23s
Build all the nodes / bridge01 (pull_request) Successful in 57s
Build all the nodes / geo01 (pull_request) Successful in 56s
Build all the nodes / geo02 (pull_request) Successful in 1m0s
Build all the nodes / compute01 (pull_request) Successful in 1m27s
Build all the nodes / rescue01 (pull_request) Successful in 1m3s
Build all the nodes / storage01 (pull_request) Successful in 1m7s
Build all the nodes / vault01 (pull_request) Successful in 1m25s
Build all the nodes / web02 (pull_request) Successful in 1m3s
Run pre-commit on all files / check (pull_request) Successful in 24s
Build all the nodes / web03 (pull_request) Successful in 1m1s
Build all the nodes / web01 (pull_request) Successful in 1m38s
Check meta / check_meta (push) Successful in 23s
Check meta / check_dns (push) Successful in 23s
Build all the nodes / geo02 (push) Successful in 1m3s
Build all the nodes / bridge01 (push) Successful in 1m6s
Build all the nodes / geo01 (push) Successful in 1m8s
Build all the nodes / rescue01 (push) Successful in 1m4s
Build all the nodes / storage01 (push) Successful in 1m12s
Build all the nodes / compute01 (push) Successful in 1m41s
Run pre-commit on all files / check (push) Successful in 25s
Build all the nodes / web02 (push) Successful in 1m10s
Build all the nodes / vault01 (push) Successful in 1m17s
Build all the nodes / web03 (push) Successful in 1m1s
Build all the nodes / web01 (push) Successful in 1m38s

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" ];
};
};
};
}