[WIP] Change well-known file for Domain Servers

This commit is contained in:
2021-03-26 19:36:32 +01:00
parent e1c1a66f02
commit 1013e97ae9

View File

@ -78,9 +78,9 @@ There are two ways to discover all Domain Servers of a given Domain:
_usimp._wss.example.com. 3600 IN SRV 10 20 443 usimp2.example.com.
```
2. A [`.well-known` file](https://tools.ietf.org/html/rfc5785) transfered over HTTPS or HTTP
2. A [well-known file](https://tools.ietf.org/html/rfc5785) transfered over HTTPS or HTTP
`GET /.well-known/usimp.json` on the Domain results in a JSON file with a `domain_servers` list as shown below.
`GET /.well-known/usimp.json` on the Domain (or directly on any Domain Server for this Domain) results in a JSON file with a `domain_servers` list as shown below.
```json
{