Override FQHN check

  • Hello guys,
    i must setup i-MSCP on an internal server with FQHN name webserver.internaldomain.lan


    As you can see, the name internaldomain.lan can not be validated by the setup check, in fact the installer returns an error:


    Code
    1. Please enter a fully-qualified hostname (FQHN):
    2. 'webserver.internaldomain.lan' is not a valid fully-qualified host name
    3. Please, try again:
    4. ...


    I'd like to know if there's a method to override that check.


    Thank you for your help.
    Bye Kess.

  • Try, webserver.internaldomain.local


    Quote

    I'd like to know if there's a method to override that check


    Not really...

  • Hello ;


    You must modify the installler:


    Version 1.1.5;


    File: ./engine/setup/imscp-setup-methods.pl
    Line: 235:


    Change the line which is currently:

    Perl
    1. ? (domain_private_tld => qr /^(?:bogus|test)$/) : ();


    To


    Perl
    1. ? (domain_private_tld => qr /^(?:bogus|test|lan)$/) : ();



    Do same for lines 280 and 561

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Hello,
    installation works with new .technology domain but the panel don't allow me to use it for email addresses. Incorrect syntax for email address.
    Hope you can help me ;)

  • @rezor92


    Please, open a ticket ( http://trac.i-mscp.net/ )



    Thanks ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @rezor92


    Hello;


    I can confirm the problem for the installer but not for the panel. See the screenshots in the related ticket #1109.


    I've tested with the last stable branch state. I'll fix the installer part now.


    What i-MSCP version are you using?

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @rezor92


    Should be fixed in last stable branch. See https://github.com/i-MSCP/imsc…cabf297f827c77b61d7ff8d2c


    I've fixed only the installer as mentioned in the related ticket since I've not found any problem with the control panel for the .technology TLD.


    @kess


    I've also added the .lan as allowed TLD (even when DEBUG mode is off) ;)


    Thank you for your report.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206