automatically update reverse-ARPA records (Bug#462) / recognize SOA records with...
[freeside.git] / FS / FS / Conf.pm
index d8191c2..905c60d 100644 (file)
@@ -1199,6 +1199,13 @@ httemplate/docs/config.html
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'disable_autoreverse',
+    'section'     => 'BIND',
+    'description' => 'Disable automatic synchronization of reverse-ARPA entries.',
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;