Run Unbound on Solaris

Hi, all
Is there any guide on how to run unbound on Solaris? I have a host running Solaris in a private network and I’m trying to config this machine to a DNS server using unbound. Also we already have a local DNS resolver in this private network. Now I want to build my host to an unbound DNS server and forward recursive DNS search directly to this local DNS resolver. Just like the “forwarders” list in BIND named.conf. So where can I add this kind of entry? I didn’t get any clue in the unbound.conf. Thank you for any suggestions!

Best Regards
Shuxian

Have you looked at the configuration file that is installed when you install unbound? It has an entry just as you describe.

Hi, Nathan
I’ve changed the forward-zone config section and it works.

forward-zone:
name: “.”
forward-addr: The IP ADDR of old local resolver

Thanks a lot!
Shuxian