root/trunk/bcfg2/src/lib/Server/Hostbase/hostbase/sql/zone.sql

Revision 2481, 156 bytes (checked in by raffenet, 2 years ago)

addded initial data for reverse zones to make things less complex

Line 
1 INSERT INTO hostbase_zone (zone, serial, admin, primary_master, expire, retry, refresh, ttl, aux)
2 VALUES ('.rev', 0, '', '', 1209600, 1800, 7200, 7200, '');
Note: See TracBrowser for help on using the browser.