Question on global settings in named.conf

Matt mhoppes at gmail.com
Thu Jul 6 14:19:34 UTC 2006


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