mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-29 20:18:37 +01:00
s/host/hostname/
This commit is contained in:
parent
8679a642b4
commit
120bb8dc8e
|
|
@ -26,11 +26,11 @@ The server name represents the address at which the homeserver in question can
|
|||
be reached by other homeservers. All valid server names are included by the
|
||||
following grammar::
|
||||
|
||||
server_name = host [ ":" port ]
|
||||
server_name = hostname [ ":" port ]
|
||||
|
||||
port = *DIGIT
|
||||
|
||||
host = IPv4address / "[" IPv6address "]" / dns-name
|
||||
hostname = IPv4address / "[" IPv6address "]" / dns-name
|
||||
|
||||
IPv4address = 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue