Re: How to show run the active configuration on bind

2022-01-05 Thread Tony Finch
Mik J via bind-users  wrote:

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

As Ray said, usually it isn't ambiguous.

But there are a couple of semi-relevant tools that are worth knowing
about:

You can use `named-checkconf -p` to canonicalize your configuration (so
you don't have to chase down include files, etc.), plus the -x option
strips out secrets (TSIG keys) which is handy for tech support cases.

And the statistics channel has loads of details, some of which are
config-related. `curl http://SERVER:8053/json/v1 | gron | less` is a
good way to get an idea of what it contains.

Tony.
-- 
f.anthony.n.finchhttps://dotat.at/
Humber, Thames: Northwest 7 to severe gale 9, decreasing 5 later.
Rough or very rough, becoming moderate or rough later. Showers. Good.

___
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


Re: How to show run the active configuration on bind

2022-01-04 Thread Ray Bellis




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