dns/domains/040-collector.dn42.js
Simon Marsh 43dd5c9a02
All checks were successful
continuous-integration/drone/push Build is passing
add localhost.collector.dn42
2021-01-12 10:59:59 +00:00

31 lines
712 B
JavaScript

//////////////////////////////////////////////////////////////////////////
// define domain
domain='collector.dn42';
pdns_domain(domain);
//////////////////////////////////////////////////////////////////////////
// services
// dn42regsrv
proxied('explorer');
// looking flass
proxied('lg');
// ssh interface
service('@', 'fd42:4242:2601:ac12::1', '172.20.129.4');
D_EXTEND(
domain,
// little hack for lg-bird-go
AAAA('localhost', '::1'),
SSHFP('@', 4, 1, 'ff61153c18334e89df3b4b4e4696306eeb5ffe9c'),
SSHFP('@', 4, 2, 'c3a2470309cb1e6fba252231a6504a096ffd8b6f92442493f762e7512c515e76')
);
//////////////////////////////////////////////////////////////////////////
// end of file