add zone-underscore config file, update bind.import to use command-line options inste...
[freeside.git] / FS / FS / Conf.pm
index fc10b13..7ba0f35 100644 (file)
@@ -1617,6 +1617,12 @@ httemplate/docs/config.html
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'zone-underscore',
+    'section'     => 'BIND',
+    'description' => 'Allow underscores in zone names.  As underscores are illegal characters in zone names, this option is not recommended.',
+    'type'        => 'checkbox',
+  },
 
 );