On 04/01/2022 16:53, Mik J via bind-users wrote:
Hello,

How can I check which variables are loaded in memory and considered as active.

For example, I would like to check that the value of lame-ttl is 0
In my named.conf configuration file I have
include "myconf.conf";
lame-ttl 600;

And in the myconf.conf file I have
lame-ttl 0;

So how can I make sure which value is used ?

You can't do that - BIND prohibits redeclaration of individual options,

It also prohibits the presence of more than one "options { }" block.

Ray


_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to