Hi all just starting working professionally with bind9 and dns, say I have an AD/DC server (with dns) running on internal.com but my bind9 is authoritative for sub.internal.com can I do a forward zone to domain.com from my bind9 server as follows?
zone "internal.com" {
type forward;
forward only;
forwarders { 10.15.1.1; };
};