NICMx / rdap-sql-provider

Red Dog’s reference (SQL-based) data access implementation.

Home Page:https://www.reddog.mx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Domain.dom_ldh_name and domain.dom_unicode_name allows domain labels including more than 63 chars

TheRedTrainer opened this issue · comments

The dom_ldh_name and dom_unicode_name columns from domain table has a length of 64 and 255 chars respectively. A FQDN (Fully Qualified Domain Name) has a limit of 63 chars, so it is necessary to fix the max length for these columns in order to comply the rdap operational profile.

Verified. The domain length has been updated to 64 chars in sql database creation scripts. The nameserver length has been updated to 253 chars (see rdap server issue 80 ) in sql database creation scripts too.