diff --git a/dnsmasq_interface.c b/dnsmasq_interface.c index 7b396cc49..690c8e0fb 100644 --- a/dnsmasq_interface.c +++ b/dnsmasq_interface.c @@ -382,6 +382,10 @@ void FTL_dnsmasq_reload(void) // Reread pihole-FTL.conf to see which debugging flags are set read_debuging_settings(NULL); + + // Print current set of capabilities if requested via debug flag + if(config.debug & DEBUG_CAPS) + check_capabilities(); } void _FTL_reply(unsigned short flags, char *name, struct all_addr *addr, int id, const char* file, const int line)