PDA

View Full Version : Disabling automatic ARPA (reverse DNS entries)


MarkZA
26th September 2007, 09:27
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

till
26th September 2007, 21:06
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/

MarkZA
27th September 2007, 09:27
anything specific i need to remove from there till?

till
27th September 2007, 10:28
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.

Ben
27th September 2007, 20:51
But do not forget to do this change after every update of ISPConfig...