Tunnel + Direct Port Access

Hi, I want to create a tunnel for my server application (helix perforce) and allow other users in the Internet use this service:

as hostname I have something like:
perforce.domain-i-bought.com

and it is used for my private ip address (changed for sec safety):
TCP 192.168.0.1:1666

The problem is on client side, as application demands providing a port, locally I can do localhost:1666 and everything works.

Connecting to perforce.domain-i-bought.com:1666 doesn't work (and it's understandable as Cloudflare is probably filtering traffic on this port).
Do you have any advice how I can set up such connection?

Thanks in advance
Was this page helpful?