From dcfc831752b88b30d7a4856438a09fd793b38437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveirinha?= Date: Tue, 5 Sep 2023 15:58:19 +0100 Subject: [PATCH] TUN-7756: Clarify that QUIC is mandatory to support ICMP proxying --- supervisor/tunnel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor/tunnel.go b/supervisor/tunnel.go index 55edf1b8..eacda710 100644 --- a/supervisor/tunnel.go +++ b/supervisor/tunnel.go @@ -353,7 +353,7 @@ func selectNextProtocol( "Cloudflare Network with `quic` protocol, then most likely your machine/network is getting its egress " + "UDP to port 7844 (or others) blocked or dropped. Make sure to allow egress connectivity as per " + "https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/configuration/ports-and-ips/\n" + - "If you are using private routing to this Tunnel, then UDP (and Private DNS Resolution) will not work " + + "If you are using private routing to this Tunnel, then ICMP, UDP (and Private DNS Resolution) will not work " + "unless your cloudflared can connect with Cloudflare Network with `quic`.") }