2025-03-09 Cloudflare WARP DNS Proxy Failure (already bound to port 53: mDNSResponder)
Cloudflare WARP を接続しようとしたときに下記のエラーが発生して繋げなくなった。
Status: Unable to Connect
Error reason: DNS Proxy Failure
Error code: CF_DNS_PROXY_FAILURE
Error description: The WARP Agent must be the only process responsible for DNS resolution on the device. One or more processes are already bound to port 53: mDNSResponder.
Learn more: https://cfl.re/CF_DNS_PROXY_FAILURE
下記の通り、 docker によって接続できなくなっていたようだったので、Dockerのプロセスを終了すると接続できるようになった。
If you are using docker, chances are docker is using port 53 to accelerate its dns resolution. Can verify with
sudo lsof -i :53
ref. Cloudflare WARP is not working on Mac - DNS PROXY FAILURE error : r/CloudFlare