baalchina
2020-06-28 04:43:38 UTC
Hi all,
I had a bind 9.16.4 as recursive name server. I want to forward all queries
to a specific dns server out of my net such as 8.8.8.8. While I have a new
domain( such as abc.com) I want to forward to a new dns server such as
9.9.9.9.
Here is my named.conf:
options {
listen-on port 53 {192.168.1.1;};
recursion yes;
allow-recursion {any;};
forwarders {
8.8.8.8;
};
};
zone "abc.com" {
type forward;
forwarders {1.1.1.1;};
};
So, in this configuration, the abc.com will be forward to 8.8.8.8 or
1.1.1.1?
Thanks.
I had a bind 9.16.4 as recursive name server. I want to forward all queries
to a specific dns server out of my net such as 8.8.8.8. While I have a new
domain( such as abc.com) I want to forward to a new dns server such as
9.9.9.9.
Here is my named.conf:
options {
listen-on port 53 {192.168.1.1;};
recursion yes;
allow-recursion {any;};
forwarders {
8.8.8.8;
};
};
zone "abc.com" {
type forward;
forwarders {1.1.1.1;};
};
So, in this configuration, the abc.com will be forward to 8.8.8.8 or
1.1.1.1?
Thanks.
--
from:baalchina
from:baalchina