From 01dcbfefba0ed6d6a9adbe29aa7f06b9184b8bfd Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 10 Dec 2014 18:10:04 +0000 Subject: [PATCH] Lets merge GB and EU zones --- roles/dns/files/named.conf | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf index 910d41ccbd..0559816d23 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -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;