Hi,
i am new to setting up bind. i have just set up bind9.6.1-P2 in FreeBSD 8.0 stable.
Some of the configs in named.conf are:
Named has warnings "both allow recursion and recursion no active for external and external chaos."
Which of my configuration in named.conf caused those?
TIA.
i am new to setting up bind. i have just set up bind9.6.1-P2 in FreeBSD 8.0 stable.
Some of the configs in named.conf are:
Code:
options {
directory "/etc/namedb";
notify no;
allow-recursion { internals; };
allow-query { internals; };
allow-transfer { xfer ;};
view "external" in {
match-clients { any; };
recursion no;
additional-from-auth no;
additional-from-cache no;. the same goes for external-chaos.
Which of my configuration in named.conf caused those?
TIA.