SV: Question on global settings in named.conf

Ronni Jensen roj at mvb.dk
Thu Jul 6 14:44:04 UTC 2006


Yes you can - and to overrule the global options, you can still define "also-notify {xxx.xxx.xxx.xxx;};" and/or "notify no;" in each zone definition, if needed.

Best regards,
Ronni


-----Oprindelig meddelelse-----
Fra: bind-users-bounce at isc.org [mailto:bind-users-bounce at isc.org] På vegne af Matt
Sendt: 6. juli 2006 16:20
Til: bind-users at isc.org
Emne: Question on global settings in named.conf

Hi,
Right now I setup my domains like so:

zone "klineys.com" {
        type master;
        file "/var/named/klineys.com.hosts";
        notify yes;
        allow-transfer {
                63.174.244.25;
                63.174.244.26;
                };
        also-notify {
                63.174.244.25;
                };
        };


Can I put that allow-transfer and also-notify in my global config
options at the top of named.conf instead of putting that for every
single host record?




More information about the bind-users mailing list