Version 1.51.2
Released: 2017-02-15
new
DNSSEC: Ability to add DS record without signing zoneSometimes you might need to add a DS record without signing the current domain.
To allow the DS field to show up, use:
dnssec=2
instead of:
dnssec=1
fixed
dnssec: manual sign causing double recordsDisable re-read before write during manual sign, as it caused double records.
Bug likely introduced with this change:
DNSSEC: Auto-resign wasn't updating serial of master zone
fixed
awstats_process.sh: Move /var/user_logs to /var/log/user_logsAs /var/log could often be on it's own partition, the awstats_process.sh script will attempt to move /var/user_logs to /var/log/user_logs, should /var/log/user_logs not currently exist and /var/user_logs exist.
If /var/log/user_logs does not exist, and /var/user_logs does not exist, then /var/log/user_logs will be created normally, and the .readme.txt file created.
fixed
DNSSEC: remove all related files upon zone deletionWhen you delete a zone, previously, all of the extra dnssec files in /var/named for that domain were not being deleted.
This fix will remove them when the .db file is removed.
fixed
Improve referer check conditions (SECURITY)Improve referer checking for certain scenarios.