Lets merge GB and EU zones
This commit is contained in:
parent
d32b35a46b
commit
01dcbfefba
1 changed files with 1 additions and 19 deletions
|
@ -230,28 +230,10 @@ view "NA" {
|
||||||
include "/etc/named/zones.conf";
|
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.
|
// This is not "EU" countries, I just wanted a short way to represent Europe.
|
||||||
view "EU" {
|
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;
|
recursion no;
|
||||||
zone "fedoraproject.org" {
|
zone "fedoraproject.org" {
|
||||||
type master;
|
type master;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue