aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bind/templates/named_slave.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bind/templates/named_slave.conf')
-rw-r--r--modules/bind/templates/named_slave.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/bind/templates/named_slave.conf b/modules/bind/templates/named_slave.conf
index feae30ef..b59db37f 100644
--- a/modules/bind/templates/named_slave.conf
+++ b/modules/bind/templates/named_slave.conf
@@ -1,7 +1,7 @@
zone "mageia.org" IN {
type slave;
file "slave/mageia.org";
- allow-update { 212.85.158.146; };
+ allow-update { 212.85.158.151; };
};
<%
@@ -11,7 +11,7 @@ for tld in managed_tlds
zone "mageia.<%= tld %>" IN {
type master;
file "master/mageia.<= tld %>";
- allow-update { 212.85.158.146; };
+ allow-update { 212.85.158.151; };
};
<%
@@ -21,11 +21,11 @@ end
zone "7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa" IN {
type slave;
file "slave/7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa.zone";
- allow-update { 212.85.158.146; };
+ allow-update { 212.85.158.151; };
};
zone "2.1.0.0.0.0.0.1.b.0.e.0.1.0.a.2.ip6.arpa" IN {
type slave;
file "slave/2.1.0.0.0.0.0.1.b.0.e.0.1.0.a.2.ip6.arpa.zone";
- allow-update { 212.85.158.146; };
+ allow-update { 212.85.158.151; };
};