How to show run the active configuration on bind

Ray Bellis ray at isc.org
Tue Jan 4 21:08:26 UTC 2022



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




More information about the bind-users mailing list