infra/playbooks/files/bind/conf

34 lines
922 B
Plaintext

//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
zone "golem.linux.it" {
type master;
file "/etc/bind/zones/db.golem.linux.it";
allow-transfer {
213.254.12.144/28; // Tutta ILS
2001:1418:10:5::0/64; // Tutta (?) ILS IPv6 (?)
2001:4b78:2000::/48; // Tutto Marco d'Itri (BOFH)
85.94.204.144/28; // Tutto Marco d'Itri (BOFH)
2001:470:c844::/48; // GOLEM network
51.255.204.171/32; // ns.giomba.it
90.147.189.115/32; // ns.firenze.linux.it
};
};
zone "firenze.linux.it" {
type slave;
file "/var/cache/bind/db.firenze.golem.linux.it";
masters { 90.147.189.115; };
};
zone "giomba.it" {
type slave;
file "/var/cache/bind/db.giomba.it";
masters { 51.255.204.171; };
};