docs(cloudflared): update notes - remove deprecated DoH proxy info

- DoH proxy-dns feature deprecated by Cloudflare (Feb 2026)
- Add tunnel setup instructions instead
This commit is contained in:
CanbiZ (MickLesk)
2026-01-29 15:59:05 +01:00
parent c464b95fa3
commit 09b343d150

View File

@@ -33,7 +33,11 @@
}, },
"notes": [ "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 <NAME>",
"type": "info"
},
{
"text": "Or create tunnel via Cloudflare Zero Trust Dashboard",
"type": "info" "type": "info"
} }
] ]