|
The current DNS configuration is in an old style.
Before attempting to point an MX record at a new IP address it is a good idea to bring the configuration up to a current style standard.
* deployment/systems/aisaka.scm (ip-multimedia):
define a variable to store the current static address.
* deployment/systems/aisaka.scm (spf-value):
construct an SPF record using the ip-multimedia variable.
* deployment/systems/aisaka.scm (ttl):
define a variable for DNS TTL values.
* deployment/systems/aisaka.scm (marekpasnikowski.pl.zone):
rename to marekpasnikowski.pl-entries;
align elements in columns;
utilize the new ip-multimedia, spf-value and ttl variables to remove code repetition and improve clarity.
* deployment/systems/aisaka.scm (marekpasnikowski.pl-zone):
define the zone-file record in a new variable;
update the serial number.
* deployment/systems/aisaka.scm (master-zone):
use the new marekpasnikowski.pl-zone variable to configure the zone field.
|