Browse Source

Merge pull request #49 from desec-io/20170418_fixRapidNotify

20170418 fix rapid notify
Nils Wisiol 8 years ago
parent
commit
ec23b98bc1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/desecapi/templates/emails/from.txt
  2. 1 1
      nslord/cronhook/secure-zones.sh

+ 1 - 1
api/desecapi/templates/emails/from.txt

@@ -1 +1 @@
-nils@desec.io
+support@desec.io

+ 1 - 1
nslord/cronhook/secure-zones.sh

@@ -12,7 +12,7 @@ for ZONE in `echo "SELECT name FROM domains WHERE type = 'NATIVE' && id NOT IN(S
 	SALT=`head -c300 /dev/urandom | sha512sum | cut -b 1-16`
 
 	# Set up DNSSEC and switch zone type to MASTER
-	pdnsutil secure-zone $ZONE && pdnsutil set-nsec3 $ZONE "1 0 300 $SALT" && pdnsutil set-kind $ZONE MASTER
+	pdnsutil secure-zone $ZONE && pdnsutil set-nsec3 $ZONE "1 0 300 $SALT" && pdnsutil set-kind $ZONE MASTER && pdnsutil increase-serial $ZONE
 
 	# Take care of delegations
 	if [ "$PARENT" == "dedyn.io" ]; then