This commit is contained in:
parent
c7c13d4122
commit
b52a95c0e4
@ -5,5 +5,12 @@
|
||||
"collector.dn42",
|
||||
"*.collector.dn42"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cert_name": "burble-dn42",
|
||||
"names": [
|
||||
"burble.dn42",
|
||||
"*.burble.dn42"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user