Lets merge GB and EU zones

This commit is contained in:
Patrick Uiterwijk 2014-12-10 18:10:04 +00:00
parent d32b35a46b
commit 01dcbfefba

View file

@ -230,28 +230,10 @@ view "NA" {
include "/etc/named/zones.conf";
};
view "GB" {
match-clients { GB; IE; IS; NO; };
recursion no;
zone "fedoraproject.org" {
type master;
file "/var/named/master/built/GB/fedoraproject.org.signed";
};
zone "cloud.fedoraproject.org" {
type master;
file "/var/named/master/built/GB/cloud.fedoraproject.org.signed";
};
zone "getfedora.org" {
type master;
file "/var/named/master/built/GB/getfedora.org.signed";
};
include "/etc/named/zones.conf";
};
// This is not "EU" countries, I just wanted a short way to represent Europe.
view "EU" {
match-clients { AT; BE; BG; CY; CZ; DE; DK; EE; ES; FI; FR; GR; HU; IT; LT; LU; LV; MT; NL; PL; PT; RO; RU; SE; UA; };
match-clients { AT; BE; BG; CY; CZ; DE; DK; EE; ES; FI; FR; GR; HU; IT; LT; LU; LV; MT; NL; PL; PT; RO; RU; SE; UA; GB; IE; IS; NO; };
recursion no;
zone "fedoraproject.org" {
type master;