Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate domain names before auction #1338

Open
vohmar opened this issue Nov 15, 2024 · 0 comments
Open

Validate domain names before auction #1338

vohmar opened this issue Nov 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vohmar
Copy link
Contributor

vohmar commented Nov 15, 2024

We have at least one instance of auction for a domain name that cannot exist: hhla_tk.ee (underscore is not allowed in domain names)

to prevent auctions for a domains that cannot be registered we should add a validation check to make sure the domain name is valid according to .ee domain regulations:

  • The Domain Name may only contain numbers (0-9), dashes and letters.
  • name may not begin or end with a dash;
  • name may not contain a dash simultaneously as the third or fourth symbol.
  • The minimum length of a name is 1 symbol and the maximum length is 63 symbols.
  • Marks of identification, the symbols of which do not correspond to ASCII, are not registered as a Domain Name, with the exception of the letters of the Estonian alphabet.
@vohmar vohmar added the enhancement New feature or request label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant