From 09b343d150d99b2a70d514f84c4d5d36e051ee50 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:59:05 +0100 Subject: [PATCH] docs(cloudflared): update notes - remove deprecated DoH proxy info - DoH proxy-dns feature deprecated by Cloudflare (Feb 2026) - Add tunnel setup instructions instead --- frontend/public/json/cloudflared.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/cloudflared.json b/frontend/public/json/cloudflared.json index f9c1b0f74..bdfee67e9 100644 --- a/frontend/public/json/cloudflared.json +++ b/frontend/public/json/cloudflared.json @@ -33,7 +33,11 @@ }, "notes": [ { - "text": "With an option to configure cloudflared as a DNS-over-HTTPS (DoH) proxy", + "text": "After install, run: cloudflared tunnel login && cloudflared tunnel create ", + "type": "info" + }, + { + "text": "Or create tunnel via Cloudflare Zero Trust Dashboard", "type": "info" } ]