Skip to content

Commit

Permalink
dnsmasq: Avoid problems with DNSSEC after reboot
Browse files Browse the repository at this point in the history
When DNSSEC is enabled, disable its time checks until NTP set the
system time properly. Reuse /etc/version as reference file.

Closes Freetz#163
  • Loading branch information
BugReporter-ilKY committed Apr 27, 2019
1 parent a2d4950 commit e60fdae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/dnsmasq/files/root/etc/default.dnsmasq/dnsmasq_conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ fi
if [ "$FREETZ_PACKAGE_DNSMASQ_WITH_DNSSEC" = "y" -a "$DNSMASQ_DNSSEC" = "yes" ]; then
[ -r /mod/etc/default.dnsmasq/trust-anchors.conf ] && echo "conf-file=/mod/etc/default.dnsmasq/trust-anchors.conf"
echo "dnssec"
echo "dnssec-timestamp=/etc/version"
fi

isdhcphost () {
Expand Down

0 comments on commit e60fdae

Please sign in to comment.