mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-04 05:13:42 +01:00
Merge pull request #2576 from matrix-org/travis/clarification/server-names
Clarify that server names are at least 1 character
This commit is contained in:
commit
9792921357
|
|
@ -45,7 +45,7 @@ following grammar::
|
|||
IPv6char = DIGIT / %x41-46 / %x61-66 / ":" / "."
|
||||
; 0-9, A-F, a-f, :, .
|
||||
|
||||
dns-name = *255dns-char
|
||||
dns-name = 1*255dns-char
|
||||
|
||||
dns-char = DIGIT / ALPHA / "-" / "."
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue