What is the name of the domain?
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