mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
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:
+1
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user