Support for default CNAME/A records
[freeside.git] / FS / FS / Conf.pm
index e8686b5..5dba387 100644 (file)
@@ -449,6 +449,20 @@ httemplate/docs/config.html
     'type'        => 'textarea',
   },
 
+  {
+    'key'         => 'arecords',
+    'section'     => 'BIND',
+    'description' => 'A list of tab seperated A records to add automatically when creating a domain',
+    'type'        => 'textarea',
+  },
+
+  {
+    'key'         => 'cnamerecords',
+    'section'     => 'BIND',
+    'description' => 'A list of tab seperated CNAME records to add automatically when creating a domain',
+    'type'        => 'textarea',
+  },
+
   {
     'key'         => 'nismachines',
     'section'     => 'shell',