Viktor Dukhovni via Unbound-users <[email protected]>: > Is it possible to quickly SERVFAIL queries for data handled by a > particular set of remote nameservers?
Just specifying IP addresses of bad nameservers to “do-not-query-address:” effectively prevents iterator to send queries to these servers. do-not-query-address: 192.0.2.1 # bad nameserver I don’t know how to specify bad nameservers directly by hostname. Your configuration won’t work since “local-data” clause won’t inject data to iterator. Running script which makes do-not-query-address configuration from list of hostnames and reloading periodically would satisfy your requirement.
