I have a resolver that is not resolving several domains. So far what I found in logs is this message, repeated several times in the span of every minute
*nssv named[38251]: resolver priming query complete: failure* I'm using BIND 9.18.28 This is current config # named-checkconf -p options { directory "/var/cache/bind"; listen-on { "any"; }; version none; auth-nxdomain yes; recursion yes; response-policy { zone "rpz.local"; zone "rpz.local.notransfer"; }; allow-query { "any"; }; forwarders { }; }; server ::/0 { bogus yes; }; zone "168.192.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; zone "8.168.192.in-addr.arpa" { type master; file "/etc/bind/zonas/inv.8.168.192"; }; zone "rpz.local" { type master; file "/etc/bind/zonas/rpz.local"; allow-query { "localhost"; }; }; zone "rpz.local.notransfer" { type master; file "/etc/bind/zonas/rpz.local.notransfer"; allow-query { "localhost"; }; allow-transfer { "localhost"; }; }; zone "." { type hint; file "/usr/share/dns/root.hints"; }; zone "localhost" { type master; file "/etc/bind/db.local"; }; zone "unau.edu.ar" { type master; file "/etc/bind/zonas/publica.unau.edu.ar"; allow-query { "any"; }; }; zone "253.4.45.in-addr.arpa" { type master; file "/etc/bind/zonas/inv.253.4.45"; }; Any ideas will be of great help.
-- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information. bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users