This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
Support for longer host/server names @NTP server or @MQTT host settings #676
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Specifying server names as FQDN seems good practice to me. The MQTT hostname and the NTP server name currently support only 32 characters.
Describe the solution you'd like
It would be great, if both input fields support longer inputs to allow specifying the server/host names as FQDN. It might be best to change the RegEx to verify the existence of "."-s in the hostname to ensure, that the hostname (without the domain part) does no exceed 32 characters. E.g. move from current test "^.{0,32}$" to "^[^.]{0,32}([.][^.]{1,32})*[.]?$". This will support
Thanks and BR, Heinrich
The text was updated successfully, but these errors were encountered: