dnslink-fetch plugin can now be considered beta

merge-requests/23/head
Michał 'rysiek' Woźniak 2022-10-22 10:21:09 +00:00
rodzic 66b61739e7
commit 6dd6c91e41
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
# Plugin: `dnslink-fetch`
- **status**: alpha
- **status**: beta
- **type**: [transport plugin](../../docs/ARCHITECTURE.md#transport-plugins)
This transport plugin uses standard [`fetch()`](https://developer.mozilla.org/en-US/docs/Web/API/fetch) to retrieve remote content from alternative endpoints — that is, HTTPS endpoints that are not in the original domain. This enables retrieving content even if the website on the original domain is down for whatever reason. The list of alternative endpoints is itself retrieved using [DNSLink](https://dnslink.org/) for the original domain.