dns: add backup.gdd.rz.ens.wtf
This commit is contained in:
parent
3fc1c9da86
commit
aab45dbc6d
1 changed files with 2 additions and 5 deletions
|
@ -37,17 +37,14 @@ with my.ipv6; # contains { standard, acme }
|
|||
|
||||
builders.subdomains = lib.mapAttrs (n: AAAA: { inherit AAAA; }) remoteBuilders;
|
||||
|
||||
# Délégation de sous zone à he.gdd pour la certification HE.
|
||||
gdd.subdomains.he = {
|
||||
NS = [ "ns1.he.gdd.${my.subZone}." ];
|
||||
subdomains.ns1.AAAA = [ "2001:470:1f13:187:b80d:21ff:fe43:f1a5" ];
|
||||
};
|
||||
gdd.subdomains.backup.AAAA = [ "2001:470:1f13:187:475:9fc1:1e84:4055" "2001:470:1f13:187:e8a5:fbff:fe29:42f5" ];
|
||||
|
||||
acme = {
|
||||
NS = [ "acme.${my.subZone}." ];
|
||||
AAAA = [ acme ];
|
||||
};
|
||||
|
||||
|
||||
internal.subdomains = {
|
||||
# Routers
|
||||
router01.A = [ "10.1.1.1" ];
|
||||
|
|
Loading…
Reference in a new issue