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
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ following grammar::
|
||||||
IPv6char = DIGIT / %x41-46 / %x61-66 / ":" / "."
|
IPv6char = DIGIT / %x41-46 / %x61-66 / ":" / "."
|
||||||
; 0-9, A-F, a-f, :, .
|
; 0-9, A-F, a-f, :, .
|
||||||
|
|
||||||
dns-name = *255dns-char
|
dns-name = 1*255dns-char
|
||||||
|
|
||||||
dns-char = DIGIT / ALPHA / "-" / "."
|
dns-char = DIGIT / ALPHA / "-" / "."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue