This commit is contained in:
parent
5a372178c3
commit
90fda206ee
@ -147,7 +147,6 @@ nodes.forEach(function(n) {
|
||||
// subnet IPs
|
||||
host('tier1.'+n[0], 'fd42:4242:2601:'+hex+'::1');
|
||||
host('tier2.'+n[0], 'fd42:4242:2601:'+hex+'02::1');
|
||||
host('evpn.'+n[0], 'fd42:4242:2601:3'+hex+'::1');
|
||||
|
||||
// create dn42-xxx CNAME for dn42 nodes
|
||||
if (n[3] == 'true') {
|
||||
|
@ -8,7 +8,7 @@ D(
|
||||
DnsProvider(PDNS),
|
||||
DefaultTTL(3600),
|
||||
NAMESERVER_TTL(86400),
|
||||
NAMESERVER('ns.uk-lon4.evpn.burble.dn42.'),
|
||||
NAMESERVER('ns.uk-lon1.evpn.burble.dn42.'),
|
||||
NAMESERVER('ns.us-nyc1.evpn.burble.dn42.')
|
||||
);
|
||||
|
||||
@ -18,17 +18,13 @@ D_EXTEND(
|
||||
domain,
|
||||
|
||||
// nameservers
|
||||
AAAA('ns.uk-lon4', 'fd42:4242:2601:329:72e8:bff:fe58:b51b'),
|
||||
AAAA('ns.uk-lon1', 'fd42:4242:2601:335:72e8:bff:fe58:b51b'),
|
||||
AAAA('ns.uk-nyc1', 'fd42:4242:2601:325:72e8:bff:fe58:b51b'),
|
||||
|
||||
// BGP reflectors
|
||||
AAAA('reflector.uk-lon4', 'fd42:4242:2601:329::23f1'),
|
||||
AAAA('reflector.uk-lon1', 'fd42:4242:2601:335::23f1'),
|
||||
AAAA('reflector.us-nyc1', 'fd42:4242:2601:325::23f1'),
|
||||
|
||||
// dn42 gateways
|
||||
AAAA('gateway.uk-lon4', 'fd42:4242:2601:329::4242'),
|
||||
AAAA('gateway.us-nyc1', 'fd42:4242:2601:325::4242'),
|
||||
|
||||
// borg backup
|
||||
AAAA('borg.se-sto1', 'fd42:4242:2601:330:216:3eff:fe01:1736')
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user