My server have one IP and several domains hosted.
One and same IP appear in named.conf and several zone files.
When the IP address of the server changes, I need manually to change all those IP's.
Is there a way to do something like:
in named.conf:
#define $IP 123.123.123.123
zone file:
MX 10 mail
A $IP
www A $IP
mail A $IP
* CNAME www
any help will be appretiated