Hi!

Is it possible to forward requests of a particular type to one addr, and
other types to another addr?

forward-zone:
  name: "."
  forward-addr: 127.0.0.1@8853 # <- A & PTR lookup should go here
  forward-addr: 127.0.0.2 # <- All other lookups should go here

If not, can several forward-addr directives be listed for one
forward-zone, as above? Will they always be tried in the order listed
(the second one being fallback if nothing if found by the first) or will
they be selected at random?

All the best,
Anders
_______________________________________________
Unbound-users mailing list
[email protected]
http://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users

Reply via email to