evpn delegation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Marsh 2021-10-25 15:16:59 +01:00
parent e075c6ebe7
commit 3dfb39b67d
Signed by: burble
GPG Key ID: 0FCCD13AE1CF7ED8
2 changed files with 10 additions and 4 deletions

View File

@ -69,6 +69,12 @@ proxied('multics');
D_EXTEND(
domain,
// evpn subdomain
NS('evpn', 'ns.uk-lon4.evpn.burble.dn42.'),
NS('evpn', 'ns.us-nyc1.evpn.burble.dn42.'),
AAAA('ns.uk-lon4.evpn', 'fd42:4242:2601:329:72e8:bff:fe58:b51b'),
AAAA('ns.uk-nyc1.evpn', 'fd42:4242:2601:325:72e8:bff:fe58:b51b'),
// global service aliases
CNAME('www', 'burble.dn42.'),
CNAME('git', 'git.de-fra1.burble.dn42.'),

View File

@ -8,8 +8,8 @@ D(
DnsProvider(PDNS),
DefaultTTL(3600),
NAMESERVER_TTL(86400),
NAMESERVER('ns1.evpn.burble.dn42.'),
NAMESERVER('ns2.evpn.burble.dn42.')
NAMESERVER('ns.uk-lon4.evpn.burble.dn42.'),
NAMESERVER('ns.us-nyc1.evpn.burble.dn42.')
);
//////////////////////////////////////////////////////////////////////////
@ -18,8 +18,8 @@ D_EXTEND(
domain,
// nameservers
AAAA('ns1', 'fd42:4242:2601:329:72e8:bff:fe58:b51b'),
AAAA('ns2', 'fd42:4242:2601:325:72e8:bff:fe58:b51b'),
AAAA('ns.uk-lon4', 'fd42:4242:2601:329: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'),