You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conf->webserver.api.password.h="Pi-hole web interface and API password. When set to something different than \""PASSWORD_VALUE"\", this property will compute the corresponding password hash to set webserver.api.pwhash";
conf->misc.hide_dnsmasq_warn.h="Should FTL hide warnings coming from dnsmasq?\n\n By default, FTL reports warnings coming from the embedded dnsmasq DNS server to the FTL log file. These warnings can be useful to identify misconfigurations or problems with the DNS server. However, some warnings may be harmless and can be ignored in certain setups. Enabling this setting will hide all dnsmasq warnings.";
1427
+
conf->misc.hide_dnsmasq_warn.t=CONF_BOOL;
1428
+
conf->misc.hide_dnsmasq_warn.d.b= false;
1429
+
conf->misc.hide_dnsmasq_warn.c=validate_stub; // Only type-based checking
1430
+
1425
1431
// sub-struct misc.check
1426
1432
conf->misc.check.load.k="misc.check.load";
1427
1433
conf->misc.check.load.h="Pi-hole is very lightweight on resources. Nevertheless, this does not mean that you should run Pi-hole on a server that is otherwise extremely busy as queuing on the system can lead to unnecessary delays in DNS operation as the system becomes less and less usable as the system load increases because all resources are permanently in use. To account for this, FTL regularly checks the system load. To bring this to your attention, FTL warns about excessive load when the 15 minute system load average exceeds the number of cores.\n\n This check can be disabled with this setting.";
0 commit comments