Set --local-service in Debian package startup.

This commit is contained in:
Simon Kelley
2014-03-05 15:01:08 +00:00
parent c8a80487cd
commit 1a9a3489ec
3 changed files with 17 additions and 0 deletions

View File

@@ -661,6 +661,9 @@ int main (int argc, char **argv)
my_syslog(LOG_INFO, _("DBus support enabled: bus connection pending"));
}
#endif
if (option_bool(OPT_LOCAL_SERVICE))
my_syslog(LOG_INFO, _("DNS service limited to local subnets"));
#ifdef HAVE_DNSSEC
if (option_bool(OPT_DNSSEC_VALID))