Disabling automatic ARPA (reverse DNS entries)

Discussion in 'General' started by MarkZA, Sep 26, 2007.

  1. MarkZA

    MarkZA New Member

    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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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/
     
  3. MarkZA

    MarkZA New Member

    anything specific i need to remove from there till?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  5. Ben

    Ben Active Member Moderator

    But do not forget to do this change after every update of ISPConfig...
     

Share This Page