diff --git a/content/server-server-api.md b/content/server-server-api.md index 17cd507e..d658e009 100644 --- a/content/server-server-api.md +++ b/content/server-server-api.md @@ -156,8 +156,9 @@ to send. The process overall is as follows: a `Host` header containing the ``. The target server must present a valid certificate for ``. - 4. **[Deprecated]** If `` is not an IP literal and no - `` is present, an SRV record is looked up for + 4. **[Deprecated]** If `` is not an IP literal, no + `` is present, and a `_matrix-fed._tcp.` + SRV record was not found, an SRV record is looked up for `_matrix._tcp.`. This may result in another hostname (to be resolved using AAAA or A records) and port. Requests should be made to the resolved IP address and port with @@ -177,7 +178,8 @@ to send. The process overall is as follows: header of ``. The target server must present a valid certificate for ``. -5. **[Deprecated]** If the `/.well-known` request resulted in an error response, a server is +5. **[Deprecated]** If the `/.well-known` request resulted in an error response, + and a `_matrix-fed._tcp.` SRV record was not found, a server is found by resolving an SRV record for `_matrix._tcp.`. This may result in a hostname (to be resolved using AAAA or A records) and port. Requests are made to the resolved IP address and port, with a `Host`