Skip to content

Commit

Permalink
dnsmasq: Avoid problems with DNSSEC after reboot (Freetz#164)
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 authored and er13 committed Apr 28, 2019
1 parent a2d4950 commit c616c7b
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 c616c7b

Please sign in to comment.