-
- Downloads
There was an error fetching the commit references. Please try again later.
change the data structure storage to be more logical and efficient
a complete zonefile can now be described like this: $zonefile = array('www' => array('a' => array('1.2.3.3', '1.2.3.4')), '@' => array('SOA' => array('hostmaster' => 'localhost', 'email' => 'admin.localhost', 'serial' => '2010082301', 'refresh' => 21600 3600 604800 86400 )'), 'A' => array('1.2.3.3'), 'MX' => array('mail.localhost'), 'NS' => array('localhost', 'ns2.localhost'), ) ); i had to change the provision storage class to merge with existing records in some cases for that to work.
Showing
- dns/NOTES 19 additions, 1 deletiondns/NOTES
- dns/bind/zone.tpl.php 21 additions, 11 deletionsdns/bind/zone.tpl.php
- dns/dns.config.inc 2 additions, 6 deletionsdns/dns.config.inc
- dns/dns.drush.inc 20 additions, 26 deletionsdns/dns.drush.inc
- provision.service.inc 11 additions, 1 deletionprovision.service.inc
Please register or sign in to comment