We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569a7c3 commit 3495860Copy full SHA for 3495860
supervisor/tunnel.go
@@ -353,7 +353,7 @@ func selectNextProtocol(
353
"Cloudflare Network with `quic` protocol, then most likely your machine/network is getting its egress " +
354
"UDP to port 7844 (or others) blocked or dropped. Make sure to allow egress connectivity as per " +
355
"https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/configuration/ports-and-ips/\n" +
356
- "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 " +
357
"unless your cloudflared can connect with Cloudflare Network with `quic`.")
358
}
359
0 commit comments