mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-09 09:23:43 +01:00
Restrict identifier port numbers to 5 digits.
This commit is contained in:
parent
621437b0c5
commit
e825224b5b
|
|
@ -34,7 +34,7 @@ following grammar::
|
|||
|
||||
server_name = hostname [ ":" port ]
|
||||
|
||||
port = *DIGIT
|
||||
port = 1*5DIGIT
|
||||
|
||||
hostname = IPv4address / "[" IPv6address "]" / dns-name
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue