Restart FTL on change of misc.etc_dnsmasq_d

Co-authored-by: yubiuser <ckoenig@posteo.de>
Signed-off-by: DL6ER <DL6ER@users.noreply.github.com>
This commit is contained in:
DL6ER
2023-11-12 20:59:41 +01:00
committed by GitHub
parent ca97616ed1
commit ea156f6d10
+1 -1
View File
@@ -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";