Cloudflare Tunnel settings for specific TCP ports?

What is the name of the domain?

external.name.com

What is the issue you’re encountering

I need to know how to configure the tunnel to allow conenctions of this sort:
https://external.name.com:8100 should be connected to internal http://192.168.9.10:8100
http://external.name.com:8102 should be connected to internal http://192.168.9.10:8102

however, the second connection is actually a winsocket connection. I guess that needs to be written differently?
wss://external.name.com:8102 should be connected to internal wss://192.168.9.10:8102

How do I configure this in a cloudflare tunnel?

cloudflared is running on a linux machine.

Thanks
Dan

Wonder if you’re proxying WSS on the origin with Nginx or NPMjs or something else? :thinking:

Otherwise, using Configuration Rules you could point to a different port which is supported and compatible with Cloudflare :orange: :

Nevertheless, if you need a particular port, maybe Arbitrary TCP could help in such case: