Try to avoid reserved site keyword
[mirror/dsa-puppet.git] / modules / named / templates / named.conf.external-secondaries-ACLs.erb
1 //
2 // THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 // USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 //
5 // it comes from named.conf.external-secondaries-ACLs.erb
6 //
7
8 masters "easydns-masters" {
9         // https://cp.easydns.com/manage/domains/secondary/edit.php
10         64.68.200.91;
11         205.210.42.80;
12 };
13 acl "easydns-ACL" {
14         // https://cp.easydns.com/manage/domains/secondary/edit.php
15         64.68.200.91/32;
16         205.210.42.80/32;
17         key 82.195.75.91-key ;
18 };
19
20 masters "rcode0-masters" {
21         83.136.34.7;   // rcode0.net ipv4 ntfy
22         2A02:850:8::6; // rcode0.net ipv6 ntfy
23 };
24 acl "rcode0-ACL" {
25         83.136.34.0/27;  // rcode0.net ipv4 axfr
26         2A02:850:8::/47; // rcode0.net ipv6 axfr
27 };
28
29 masters "dnsnode-masters" {
30         192.36.144.222; // zork-b.sth.dnsnode.net
31         192.36.144.218; // zork-c.sth.dnsnode.net
32 };
33 acl "dnsnode-ACL" {
34         192.36.144.222; // zork-b.sth.dnsnode.net
35         192.36.144.218; // zork-c.sth.dnsnode.net
36 };
37
38 masters "dnsnodeapi-masters" {
39         194.146.105.24; // zorknds-b.sth.dnsnode.net
40         2a01:3f0:0:27::24;
41         194.146.105.25; // zorknds-c.sth.dnsnode.net
42         2a01:3f0:0:28::25;
43 };
44 acl "dnsnodeapi-ACL" {
45         // 194.146.105.24; // zorknds-b.sth.dnsnode.net
46         // 2a01:3f0:0:27::24;
47         // 194.146.105.25; // zorknds-c.sth.dnsnode.net
48         // 2a01:3f0:0:28::25;
49         key netnod-debian-20171122 ;
50 };