X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fnamed%2Ffiles%2Fcommon%2Fnamed.conf.geo;h=80cbe527d49bc3cd02c7422978aac3c3b5a09cf9;hb=3a45f835c38ec513717c583b7467f30e21dec4d4;hp=57fe21996a5d1394e79937ae401caf57107dd42f;hpb=52bc31ae7f6e7156f5931a197b05f3014ba01155;p=dsa-puppet.git diff --git a/modules/named/files/common/named.conf.geo b/modules/named/files/common/named.conf.geo index 57fe2199..80cbe527 100644 --- a/modules/named/files/common/named.conf.geo +++ b/modules/named/files/common/named.conf.geo @@ -38,6 +38,14 @@ view "AF" { allow-transfer { }; }; + zone "snapshot.debian.org" { + type master; + file "/etc/bind/geodns/db.snapshot.debian.org.AF"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "bugs.debian.org" { type master; file "/etc/bind/geodns/db.bugs.debian.org.AF"; @@ -98,6 +106,14 @@ view "AN" { allow-transfer { }; }; + zone "snapshot.debian.org" { + type master; + file "/etc/bind/geodns/db.snapshot.debian.org.AN"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "bugs.debian.org" { type master; file "/etc/bind/geodns/db.bugs.debian.org.AN"; @@ -158,6 +174,14 @@ view "AS" { allow-transfer { }; }; + zone "snapshot.debian.org" { + type master; + file "/etc/bind/geodns/db.snapshot.debian.org.AS"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "bugs.debian.org" { type master; file "/etc/bind/geodns/db.bugs.debian.org.AS"; @@ -218,6 +242,14 @@ view "EU" { allow-transfer { }; }; + zone "snapshot.debian.org" { + type master; + file "/etc/bind/geodns/db.snapshot.debian.org.EU"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "bugs.debian.org" { type master; file "/etc/bind/geodns/db.bugs.debian.org.EU"; @@ -278,6 +310,14 @@ view "NA" { allow-transfer { }; }; + zone "snapshot.debian.org" { + type master; + file "/etc/bind/geodns/db.snapshot.debian.org.NA"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "bugs.debian.org" { type master; file "/etc/bind/geodns/db.bugs.debian.org.NA"; @@ -338,6 +378,14 @@ view "OC" { allow-transfer { }; }; + zone "snapshot.debian.org" { + type master; + file "/etc/bind/geodns/db.snapshot.debian.org.OC"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "bugs.debian.org" { type master; file "/etc/bind/geodns/db.bugs.debian.org.OC"; @@ -398,6 +446,14 @@ view "SA" { allow-transfer { }; }; + zone "snapshot.debian.org" { + type master; + file "/etc/bind/geodns/db.snapshot.debian.org.SA"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "bugs.debian.org" { type master; file "/etc/bind/geodns/db.bugs.debian.org.SA"; @@ -458,6 +514,14 @@ view "undef" { allow-transfer { }; }; + zone "snapshot.debian.org" { + type master; + file "/etc/bind/geodns/db.snapshot.debian.org.undef"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "bugs.debian.org" { type master; file "/etc/bind/geodns/db.bugs.debian.org.undef"; @@ -518,6 +582,14 @@ view "default" { allow-transfer { }; }; + zone "snapshot.debian.org" { + type master; + file "/etc/bind/geodns/db.snapshot.debian.org"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "bugs.debian.org" { type master; file "/etc/bind/geodns/db.bugs.debian.org";