X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fgeodns%2Ffiles%2Fcommon%2Fnamed.conf.acl;h=b0877d81753edfce7c755b85b4468902c4f8c162;hb=79b064ca9b0e6a77eed810ce41c66a3d594a0996;hp=7265eaec811d506f675bb196f26b37895ecf48d8;hpb=e3b2ac9b288d8001ace626d659aa862906d22da7;p=mirror%2Fdsa-puppet.git diff --git a/modules/geodns/files/common/named.conf.acl b/modules/geodns/files/common/named.conf.acl index 7265eaec8..b0877d817 100644 --- a/modules/geodns/files/common/named.conf.acl +++ b/modules/geodns/files/common/named.conf.acl @@ -3,9 +3,12 @@ // USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git // +acl Nagios { + 192.25.206.33/32; +}; // Africa -acl 'Africa' { +acl AF { country_AO; country_BF; country_BI; @@ -66,7 +69,7 @@ acl 'Africa' { }; // Asia -acl 'Asia' { +acl AS { country_AE; country_AF; country_AM; @@ -124,7 +127,7 @@ acl 'Asia' { }; // Europe -acl Europe { +acl EU { country_AD; country_AL; country_AT; @@ -179,7 +182,7 @@ acl Europe { }; // North America -acl 'NorthAmerica' { +acl NA { country_AG; country_AI; country_AN; @@ -222,7 +225,7 @@ acl 'NorthAmerica' { }; // South America -acl 'SouthAmerica' { +acl SA { country_AR; country_BO; country_BR; @@ -240,7 +243,7 @@ acl 'SouthAmerica' { }; // Oceania -view 'Oceania' { +acl OC { country_AS; country_AU; country_CK; @@ -270,7 +273,7 @@ view 'Oceania' { }; // Antarctica -view 'Antarctica' { +acl AN { country_AQ; country_BV; country_GS;