How to open/forward TURN/STUN port using cloudflare tunnel?
I've this
And I'm tryin to forward all these ports via th cf tunnel.
I can forward port
Is there a way with which I can just forward/expose/open the complete network of this compose file? I mean the network local to this cloudflared network or container.
Is it even possible?
I know a complete network can be opened using the
Here is my conversation with the owner of the application: https://github.com/screego/server/issues/167
Any help and pointers are appreciated as I really want this project to get going but want to self host it at the same time.
And I'm tryin to forward all these ports via th cf tunnel.
I can forward port
5050 which is a HTTP port but not sure whether it is possible to forward the 3478 which is a STUN/TURN port and I want to open 50200-50400/udp as well.Is there a way with which I can just forward/expose/open the complete network of this compose file? I mean the network local to this cloudflared network or container.
Is it even possible?
I know a complete network can be opened using the
private network of a tunnel but I want to map this application to a domain/sub-domain.Here is my conversation with the owner of the application: https://github.com/screego/server/issues/167
Any help and pointers are appreciated as I really want this project to get going but want to self host it at the same time.