Hi There, How do I completely disable ISPConfig from ever adding any ARPA entries again? This is seriously causing major conflicts with my manual zone files. Thanks Mark
You will have to change the bind ispconfig library that is responsible for the creation of the bind files in /root/ispconfig/scripts/lib/classes/
Commenting out line 406: $mod->file->wf($datei, $named_text); in the file /root/ispconfig/scripts/lib/classes/ispconfig_bind.lib.php should prevent the reverse file from being written.