Datasheet

“main” (Installation and Administration) 2004/6/25 13:29 page 462 #488
i
i
i
i
i
i
i
i
cleaning-interval 720; This option defines at which time intervals BIND
clears its cache. This triggers an entry in /var/log/messages each
time it occurs. The time specification is in minutes. The default is
sixty minutes.
interface-interval 0; BIND regularly searches the network interfaces for
new or nonexisting interfaces. If this value is set to 0, this is not done
and BIND only listens at the interfaces detected at start-up. Other-
wise, the interval can be defined in minutes. The default is sixty min-
utes.
notify no; no prevents other name servers from being informed when
changes are made to the zone data or when the name server is
restarted.
21.7.4 The Configuration Section Logging
What, how, and where logging takes place can be extensively configured
in BIND. Normally, the default settings should be sufficient. Example 21.12
shows the simplest form of such an entry and completely suppresses any
logging.
Example 21.12: Entry to Disable Logging
logging {
category default { null; };
};
21.7.5 Zone Entry Structure
Example 21.13: Zone Entry for my-domain.de
zone "my-domain.de" in {
type master;
file "my-domain.zone";
notify no;
};
462 21.7. DNS — Domain Name System