add homenet nodes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Marsh 2021-04-10 15:09:08 +01:00
parent c7c13d4122
commit b52a95c0e4
Signed by: burble
GPG Key ID: 0FCCD13AE1CF7ED8
2 changed files with 18 additions and 0 deletions

View File

@ -5,5 +5,12 @@
"collector.dn42",
"*.collector.dn42"
]
},
{
"cert_name": "burble-dn42",
"names": [
"burble.dn42",
"*.burble.dn42"
]
}
]

View File

@ -110,6 +110,17 @@ D_EXTEND(
AAAA('dmz.ca-bhs2', '2607:5300:120:81a::1')
);
// homenet special config
D_EXTEND(
domain,
A( 'vega.mesh.uk-bri1', '172.20.129.191'),
AAAA('vega.mesh.uk-bri1', 'fd42:4242:2601:2001:216:3eff:fed4:fb70'),
A( 'alathfar.mesh.uk-bri1', '172.20.129.190'),
AAAA('alathfar.mesh.uk-bri1', 'fd42:4242:2601:2001:216:3eff:fee8:709d')
);
// main nodes
nodes.forEach(function(n) {