Low ping on dns, but high ping on tunnels
When I ping 1.1.1.1 it shows 1-2ms but when launchin quick tunnel it gives ~170-300ping to the same ip adress or the ip adressess in the same location (GIves high ping to other countries too)
3 Replies
I use openspeedtest with http port open to 3000
tunnel -url http://localhost:3000
hmm so if I open a minecraft server, the ping is gonna be the same right?
By the same I mean same with http
oh I need to try that then :d thanks, can I ask you a question if there goes any problem?Cloudflare Tunnels use Cloudflare's proxy, which only supports proxying HTTP Traffic. If you want to use non-http applications over your tunnel, Cloudflare has a few other options:
For a few specific protocols such as SSH, RDP, and SMB, Cloudflare has guides for them here:
https://developers.cloudflare.com/cloudflare-one/applications/non-http/
For Arbitrary TCP like Minecraft, MySQL, and any other tcp application, Cloudflare has a guide here: https://developers.cloudflare.com/cloudflare-one/applications/non-http/arbitrary-tcp/
For Arbitrary UDP like Minecraft Bedrock, SMTP, and any other udp application, you will need to use Private Networking with WARP: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/private-net/connect-private-networks/
Please note for all of these except SSH and VNC which can be browser-rendered, you will either need to use cloudflared (Cloudflare's tunnel daemon) on the client machine running in the background or Private Networking with WARP, and have WARP installed on the client machine logged into your Zero Trust Team.
oh Thanks for this