sorry charlie, maybe i did not explain clearly.
the domain panel will forward ALL queries, I only need specific ones.
in /service/dnscache/root/servers I would have 3 files
@
c.b.a.in-addr.arpa
domainname.com
@ contains 127.0.0.2
c.b.a would be my private ip's first three octet in reverse containing 127.0.0.1
domain name would be my domain name containing 127.0.0.1
i need to add 2 more files to this directory
/service/dnscache/root/servers
in order to forward specific dns queries to anotherdomainname.com
g.f.e.in-addr.arpa
anotherdomainname.com
the problem is how to do this in templates 'coz if i dont and i issue a "svc -t /service/dnscache" manually added entries will dissappear.