> what would the syntax be in the forward-zone: section ?
$ grep include unbound.conf
include "myzones.txt"
$ cat myzones.txt
forward-zone:
name: banana.com
forward-addr: 10.0.0.2
forward-zone:
name: banana2.com
forward-addr: 10.0.0.2
...
-JP