From 5b5b16669d4629936a8f8034f5f4d1300ee33f4d Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Thu, 29 Jul 2010 14:42:37 +0000 Subject: [PATCH] the MASTER dns of a zone should be the SERVER itself, not the NS1, fixes a VERY OLD bug I had with zones not synchronized to primary.heberge.info --- etc/alternc/templates/bind/templates/zone.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/alternc/templates/bind/templates/zone.template b/etc/alternc/templates/bind/templates/zone.template index 431407d0..8eec08b7 100644 --- a/etc/alternc/templates/bind/templates/zone.template +++ b/etc/alternc/templates/bind/templates/zone.template @@ -2,7 +2,7 @@ $TTL 1D ; ; BIND data file for domain @@DOMAINE@@ ; -@ IN SOA %%ns1%%. root.%%fqdn%%. ( +@ IN SOA %%fqdn%%. root.%%fqdn%%. ( @@SERIAL@@ ; serial 21600 ; refresh (6h) 3600 ; retry (1h)