From c616c7bf2d51bce7c274ea00605fc6dab90803d2 Mon Sep 17 00:00:00 2001 From: BugReporter-ilKY <50026322+BugReporter-ilKY@users.noreply.github.com> Date: Sun, 28 Apr 2019 11:54:00 +0200 Subject: [PATCH] dnsmasq: Avoid problems with DNSSEC after reboot (#164) When DNSSEC is enabled, disable its time checks until NTP set the system time properly. Reuse /etc/version as reference file. Closes #163 --- make/dnsmasq/files/root/etc/default.dnsmasq/dnsmasq_conf | 1 + 1 file changed, 1 insertion(+) diff --git a/make/dnsmasq/files/root/etc/default.dnsmasq/dnsmasq_conf b/make/dnsmasq/files/root/etc/default.dnsmasq/dnsmasq_conf index 2c32bef616..65511b56e6 100755 --- a/make/dnsmasq/files/root/etc/default.dnsmasq/dnsmasq_conf +++ b/make/dnsmasq/files/root/etc/default.dnsmasq/dnsmasq_conf @@ -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 () {