-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously the parser tried to follow this sentence form the RFC 3986: > Such a name consists of a sequence of domain labels separated by ".", each > domain label starting and ending with an alphanumeric character and possibly > also containing "-" characters. (See https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2) However, I understand now that this is simply a clarification for what domains registered with DNS can be. Technically speaking, there are valid host names that are however not valid domains as per DNS.
- Loading branch information
Showing
2 changed files
with
6 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters