From 6dd6c91e41029002d3622d130e104ef4099fd846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=27rysiek=27=20Wo=C5=BAniak?= Date: Sat, 22 Oct 2022 10:21:09 +0000 Subject: [PATCH] dnslink-fetch plugin can now be considered beta --- plugins/dnslink-fetch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dnslink-fetch/README.md b/plugins/dnslink-fetch/README.md index 507e000..ab7d69c 100644 --- a/plugins/dnslink-fetch/README.md +++ b/plugins/dnslink-fetch/README.md @@ -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.