From 9bba5b27a0d4b3c01224f8cd5e155e4993c6f924 Mon Sep 17 00:00:00 2001 From: julm Date: Fri, 9 Aug 2013 13:14:08 +0200 Subject: [PATCH] Correction : notify DNS ptitvelo.net . --- etc/nsd3/zone.d/ptitvelo.net.conf | 3 ++- etc/sv/nsd3/local.sh | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/nsd3/zone.d/ptitvelo.net.conf b/etc/nsd3/zone.d/ptitvelo.net.conf index b889f91..f487d32 100644 --- a/etc/nsd3/zone.d/ptitvelo.net.conf +++ b/etc/nsd3/zone.d/ptitvelo.net.conf @@ -1,3 +1,4 @@ # NOTE: NS secondaire : ns6.gandi.net -notify: 217.70.177.40 NOKEY +#notify: 217.70.177.40 NOKEY +# FIXME : bad reply from 217.70.177.40 for zone ptitvelo.net., error response SERVER NOT AUTHORITATIVE FOR ZONE (9). provide-xfr: 217.70.177.40 NOKEY diff --git a/etc/sv/nsd3/local.sh b/etc/sv/nsd3/local.sh index 14f7633..37d3bba 100644 --- a/etc/sv/nsd3/local.sh +++ b/etc/sv/nsd3/local.sh @@ -12,6 +12,7 @@ sudo install -d -m 750 -o root -g nsd \ cat "$tool"/etc/nsd3/nsd.conf for zone in $(find "$tool"/etc/nsd3/zone.d \ -mindepth 1 -maxdepth 1 -type f \ + -name "*.conf" \ -printf '%f\n') do zone=${zone%.conf} if test -e "$tool"/etc/nsd3/zone.d/"$zone".zone.m4 -- 2.20.1