Skip to content

Commit 88b0961

Browse files
committed
Add deprecation notice to cloudflared guide
Remove reference to cloudflared from dnscrypt-proxy guide Signed-off-by: Rob Gill <[email protected]>
1 parent 13ad1b1 commit 88b0961

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/guides/dns/cloudflared.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<!-- markdownlint-disable code-block-style -->
2+
!!! Warning
3+
As of November 2025 the proxy-dns feature that this guide relies upon is [deprecated by cloudflare](https://developers.cloudflare.com/changelog/2025-11-11-cloudflared-proxy-dns/).
4+
5+
Current installations will continue to work and are supported for 12 months after their release date. However, if cloudflared is updated after the 2nd of February 2026 it will no longer function as per this guide.
6+
7+
New installations via this method are not recommended.
8+
9+
Uninstallation instructions are available below.
10+
<!-- markdownlint-enable code-block-style -->
11+
112
### Why use DNS-Over-HTTPS? [^guide]
213

314
DNS-Over-HTTPS is a protocol for performing DNS lookups via the same protocol you use to browse the web securely: **HTTPS**.

docs/guides/dns/dnscrypt-proxy.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
To utilize DNS-Over-HTTPS (DoH) or other encrypted DNS protocols with Pi-hole, preventing man-in-the-middle attacks between Pi-hole and upstream DNS servers, the following sections explain how to install the flexible and stable [dnscrypt-proxy](https://github.com/DNSCrypt/dnscrypt-proxy) tool.
44

5-
As an alternative tool to this end, consider [cloudflared](https://github.com/cloudflare/cloudflared), for which a [guide](cloudflared.md) exists as well.
6-
75
### Installing `dnscrypt-proxy`
86

97
Under Debian 13 `Trixie` and Ubuntu 25 `Plucky Puffin` and later, official packages are available and therefore can be installed with the following commands:

0 commit comments

Comments
 (0)