Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Navigate into the directory /modules/servers/dedicated/
  • Open the file customconfig.php, or create the file if it does not exist
  • Insert following line and save the file:

    Code Block
    languagephp
    $vps_reuse_ip_from_dedicatedip_field = 1;


  • If the file was newly created, you need to add a PHP tag at the beginning:

    Code Block
    languagephp
    <?php
    $vps_reuse_ip_from_dedicatedip_field = 1;


After the option has been set, the module will reuse the IP address.