October 2000
Intermediate to advanced
1152 pages
26h 41m
English
The DNS server is a potentially complex system configured by a surprisingly straightforward set of files. These files consist of a single boot file and several zone data files, each of which is pointed to by a zone record in the boot file. This section discusses these files and their features, syntax, and conventions.
The /etc/named.conf file is read in when named is started. Boot file comments can be done in three different ways:
/* C style comments can comment out multiple lines */ // C++ style comments comment one or fractional lines # Shellscript style comments function like C++ style
Other statements take the form
keyword {statement; statement; ...; statement;};
Because ...
Read now
Unlock full access