I have a good amount of IT training but I'm out of my element here and I'd appreciate it if someone could point me in the right direction because I'm not sure how to accomplish something that seems fairly simple.
I'm trying to test to see how a network will behave if I pass queries to zen.spamhaus.org DNSBL before falling back to a normal dns provider like dns watch.
dns query -> string does not match standard pi-hole black lists -> query zen.spamhaus.org -> query does not match zen.spamhaus.org black list -> pass to dns resolver
Anyone done this?