[WIP] Change well-known file for Domain Servers
This commit is contained in:
@ -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.
|
_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
|
```json
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user