Skip to content
  1. Oct 29, 2011
  2. Oct 28, 2011
  3. Apr 08, 2011
  4. Apr 07, 2011
  5. Mar 31, 2011
  6. Aug 23, 2010
    • anarcat's avatar
      change the data structure storage to be more logical and efficient · a1d319bd
      anarcat authored and anarcat's avatar anarcat committed
      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.
      a1d319bd
  7. Aug 12, 2010
  8. Aug 05, 2010
  9. Aug 04, 2010
  10. Aug 03, 2010
  11. Jul 22, 2010
  12. Jul 20, 2010
  13. Jul 14, 2010
  14. Jul 13, 2010
  15. Jul 06, 2010
  16. Jun 24, 2010
  17. Jun 18, 2010
  18. Jun 17, 2010
  19. Jun 15, 2010
  20. Jun 14, 2010
  21. Jun 09, 2010
  22. Jun 07, 2010
  23. Jun 02, 2010
  24. May 28, 2010
  25. May 07, 2010
  26. May 06, 2010