add dmz entries
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Marsh 2020-10-03 15:33:09 +01:00
parent cd725f5ee7
commit ff30e69643
No known key found for this signature in database
GPG Key ID: 30B29A716A54DBB3

View File

@ -82,6 +82,16 @@ D_EXTEND(
//////////////////////////////////////////////////////////////////////////
// hosts
// dmz special config
D_EXTEND(
domain,
AAAA('dmz.uk-lon1', '2a04:92c5:2:1::1'),
AAAA('dmz.de-fra1', '2a0d:5941:1:17c::4e2a'),
AAAA('dmz.fr-rbx1', '2001:41d0:8:6a47::1'),
AAAA('dmz.ca-bhs2', '2607:5300:120:81a::1')
);
// main nodes
nodes.forEach(function(n) {