more host aliases
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Marsh 2021-10-01 14:52:49 +01:00
parent b39a59a127
commit fecd9ca005
Signed by: burble
GPG Key ID: 0FCCD13AE1CF7ED8

View File

@ -137,8 +137,10 @@ nodes.forEach(function(n) {
// main IP
host(n[0],'fd42:4242:2601:'+hex+'::1', ip4);
// tier2 IP
// subnet IPs
host('tier1.'+n[0], 'fd42:4242:2601:'+hex+'::1');
host('tier2.'+n[0], 'fd42:4242:2601:'+hex+'02::1');
host('l3vpn.'+n[0], 'fd42:4242:2601:3'+hex+'::1');
// create dn42-xxx CNAME for dn42 nodes
if (n[3] == 'true') {