dnslink-fetch: minor README improvement

merge-requests/23/head
Michał 'rysiek' Woźniak 2022-10-22 10:25:46 +00:00
rodzic 3ea01a715e
commit 7b63724419
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -46,8 +46,8 @@ The request for `https://example.com/index.html` is being handled thus:
1. scheme and domain removed: `index.html`
2. two (based on `concurrency` setting) random alternative endpoints selected:
- `/https/example.net/alt-example`
- `/https/example.org`
- `dnslink=/https/example.net/alt-example`
- `dnslink=/https/example.org`
3. resolve endpoint multiaddrs to URL of each endpoint:
- `https://example.net/alt-example/`
- `https://example.org/`