cloudflared-mirror/config
João "Pisco" Fernandes 9388e7f48c TUN-9858: Remove proxy-dns feature from cloudflared
Remove the DNS over HTTPS (DoH) proxy feature built on CoreDNS due to
security vulnerabilities (GO-2025-3942, GO-2026-4289).

This removes:
- Standalone proxy-dns command (cloudflared proxy-dns)
- Tunnel subcommand (cloudflared tunnel proxy-dns)
- Proxy-dns flags for tunnel run (--proxy-dns, --proxy-dns-port, etc.)
- Config file resolver section support
- tunneldns/ package (CoreDNS-based implementation)
- Related component tests

BREAKING CHANGE: The proxy-dns feature is no longer available.
Users should migrate to alternative DNS over HTTPS solutions.
2026-02-06 12:43:53 +00:00
..
configuration.go TUN-9820: Add support for FedRAMP in originRequest Access config 2025-09-15 11:11:23 +00:00
configuration_test.go TUN-7776: Remove warp-routing flag from cloudflared 2023-09-18 10:02:56 +01:00
manager.go TUN-6293: Update yaml v3 to latest hotfix 2022-05-30 17:38:55 +00:00
manager_test.go TUN-4067: Reformat code for consistent import order, grouping, and fix formatting. Added goimports target to the Makefile to make this easier in the future. 2021-03-24 10:53:29 -05:00
model.go TUN-9858: Remove proxy-dns feature from cloudflared 2026-02-06 12:43:53 +00:00