From ea156f6d10801ff098d426ece0463df9b0d0c626 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sun, 12 Nov 2023 20:59:41 +0100 Subject: [PATCH] Restart FTL on change of misc.etc_dnsmasq_d Co-authored-by: yubiuser Signed-off-by: DL6ER --- src/config/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.c b/src/config/config.c index fb7a3af8..43976b9d 100644 --- a/src/config/config.c +++ b/src/config/config.c @@ -1077,7 +1077,7 @@ void initConfig(struct config *conf) conf->misc.etc_dnsmasq_d.k = "misc.etc_dnsmasq_d"; conf->misc.etc_dnsmasq_d.h = "Should FTL load additional dnsmasq configuration files from /etc/dnsmasq.d/?"; conf->misc.etc_dnsmasq_d.t = CONF_BOOL; - conf->misc.etc_dnsmasq_d.f = FLAG_ADVANCED_SETTING; + conf->misc.etc_dnsmasq_d.f = FLAG_RESTART_FTL | FLAG_ADVANCED_SETTING; conf->misc.etc_dnsmasq_d.d.b = false; conf->misc.dnsmasq_lines.k = "misc.dnsmasq_lines";