diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/bind/templates/named_master.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bind/templates/named_master.conf b/modules/bind/templates/named_master.conf index 12335df9..dfeb3a86 100644 --- a/modules/bind/templates/named_master.conf +++ b/modules/bind/templates/named_master.conf @@ -11,8 +11,8 @@ zone "mageia.fr" IN { }; zone "7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa" IN { - type master; - file "master/7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa.zone"; + type reverse; + file "reverse/7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa.zone"; allow-update { none; }; }; |