Save modification DNS

Discussion in 'General' started by mccharlet, Sep 29, 2007.

  1. mccharlet

    mccharlet Member HowtoForge Supporter

    Hi,

    I want change a ip address on a record with a php script

    1. I have changed ip address for my host
    2. I have changed the status on my dns domain (satus = n)

    But can't execute the writeconf.php for save my new configuration
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    If you want to change a record, you must set the status = 'u' => Update and not 'n' => New. Then you must create a empty file: /home/admispconfig/ispconfig/.run

    But instead of modifying the database, you should use the remoting framework instead.
     

Share This Page