From 62f047c8daaf6a096e0b8541cf756b5d3dfa2020 Mon Sep 17 00:00:00 2001 From: phil Date: Mon, 22 Dec 2025 11:58:39 -0500 Subject: [PATCH] atcute fix for DoH response processing error yay it works --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 229fbd0..847be0b 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ import { DohJsonHandleResolver, WellKnownHandleResolver, - } from 'https://esm.sh/@atcute/identity-resolver@1.2.0'; + } from 'https://esm.sh/@atcute/identity-resolver@1.2.1'; window.SimpleQuery = service => { const client = new Client({ handler: simpleFetchHandler({ service }) }); -- 2.51.2