Is it secure?

kzkz--- via bind-users <[email protected]>
Newsgroups gmane.network.dns.bind9.user,gmane.network.dns.bind.user
Message-ID <[email protected]>
Good morning,

I'd like to forward DNS requests in the public (internet) view for a subdomain that is hosted on a different DNS server.

Forwarding isn't supported when the settting 'recursion no' is used.

Therefore, changing the setting to 'recursion yes' makes it possible.

# (1) existing configuration

view "public" {

allow-query { any; };

match-clients { any; };

allow-recursion { none; };

recursion no;

....

# (2) new configuration

view "public" {

allow-query { any; };

match-clients { any; };

allow-recursion { none; };

recursion yes;

....

In configuration #(2) forward would be configured as follows:

zone "other.example.com" {

type forward;

forward only;

forwarders { 10.10.10.10.10; 10.10.10.20; };

};

Bind is ver. bind-9.16.23

Will configuration #(2) be secure?

Is there any risk of security violations compared to configuration #(1)?

Thanks,

Kazik

-- 
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.