WillyXJ / facileManager

A modular suite of web apps built with the sysadmin in mind.
www.facilemanager.com
GNU General Public License v2.0
85 stars 37 forks source link

[OTHER] Is it possible to use `include` statements in the server configuration written in `/etc/named.conf`? #532

Closed imilos closed 3 years ago

imilos commented 3 years ago

Replace everything between stars with current version of your facileManager and module installations:
fM Version : 4.0.3 fmDNS Version : 4.1.0

Is it possible to use include statements in the server configuration written in /etc/named.conf? For example, a default CentoOS 7 config contains something like this:

zone "." IN {
    type hint;
    file "named.ca";
};

include "/etc/named.rfc1912.zones";
include "/etc/named.root.key";

How one is supposed to specify these in the GUI?

WillyXJ commented 3 years ago

Under Global Options you can specify the include statement and define the file path to include. fmDNS will not manage the external files so you’ll need to ensure they are properly loaded on the dns server.

imilos commented 3 years ago

Many thanks for your quick response! Now I notice "Define outside of global options clause".