#ifdef HAVE_AUTH
/* find queries for zones we're authoritative for, and answer them directly */
- if (!auth_dns)
+ if (!auth_dns && !option_bool(OPT_LOCALISE))
for (zone = daemon->auth_zones; zone; zone = zone->next)
if (in_zone(zone, daemon->namebuff, NULL))
{
#ifdef HAVE_AUTH
/* find queries for zones we're authoritative for, and answer them directly */
- if (!auth_dns)
+ if (!auth_dns && !option_bool(OPT_LOCALISE))
for (zone = daemon->auth_zones; zone; zone = zone->next)
if (in_zone(zone, daemon->namebuff, NULL))
{