|
| | Subject: | Variables in named.conf? | | Group: | Bind-users | | From: | Ronni Jensen | | Date: | 18 Apr 2006 |
Hi,
Is it possible to define variables of some kind in named.conf to use
with address lists.
Example: also-notify {10.10.10.2;10.10.10.3;10.10.10.4;};
Instead of having to change these addresses at a later time, it would be
nice to do something like:
$notify-servers {10.10.10.2;10.10.10.3;10.10.10.4;};
And then:
also-notify {$notify-servers};
Is something like this possible?
/jack :-)
|