diff options
Diffstat (limited to 'modules/bind/templates/named_master.conf')
-rw-r--r-- | modules/bind/templates/named_master.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bind/templates/named_master.conf b/modules/bind/templates/named_master.conf index 2a5fa3b5..12335df9 100644 --- a/modules/bind/templates/named_master.conf +++ b/modules/bind/templates/named_master.conf @@ -14,5 +14,5 @@ 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"; allow-update { none; }; -} +}; |