mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Anounce DNSSEC at startup.
This commit is contained in:
@@ -654,6 +654,11 @@ int main (int argc, char **argv)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_DBUS
|
||||||
|
if (option_bool(OPT_DNSSEC_VALID))
|
||||||
|
my_syslog(LOG_INFO, _("DNSSEC validation enabled"));
|
||||||
|
#endif
|
||||||
|
|
||||||
if (log_err != 0)
|
if (log_err != 0)
|
||||||
my_syslog(LOG_WARNING, _("warning: failed to change owner of %s: %s"),
|
my_syslog(LOG_WARNING, _("warning: failed to change owner of %s: %s"),
|
||||||
daemon->log_file, strerror(log_err));
|
daemon->log_file, strerror(log_err));
|
||||||
|
|||||||
Reference in New Issue
Block a user