Custom DDNS domain field false validation error, dot should not be mandatory
Hello community,
I wanted to use a custom dyndns on this router
the url is like this: https://[USERNAME]:[PASSWORD]@---------------/nic/update?hostname=[DOMAIN]&wildcard=NOCHG&mx=NOCHG&backmx=NOCHG
[IP] is not necesary since the service will detect it automatically
the custom DDNS form will not let me add the domain specified by the online serivice which in this case is just: randomword.
The form input text field Domain Name has a validation that in this case is not needed.
I have to use a DOT character that will break the service URL
the good value is randomword
the form forces me to add a dot in the text field.
it would be really good to remove this validation for this domain name field.
Thanks