Variables in named.conf?

David Nolan vitroth+ at cmu.edu
Tue Apr 18 14:56:07 UTC 2006



--On Tuesday, April 18, 2006 16:47:33 +0200 Ronni  Jensen <roj at mvb.dk> 
wrote:

> Hi,
>
>
> Is it possible to define variables of some kind in named.conf to use
> with address lists.
<snip>
> also-notify {$notify-servers};
>
>

Use an acl statement. i.e.
acl "iplist" {
  10.0.0.2;
  10.0.0.3;
  10.0.0.4;
}

then

also-notify {"iplist";};


For more info see:
http://www.zytrax.com/books/dns/ch7/acl.html



-David Nolan
 Network Software Designer
 Computing Services
 Carnegie Mellon University



More information about the bind-users mailing list