TCP tunnel with local database
Okay so I have a database running locally on my computer, I want my deployed app to connect to it but without opening the port on my router, I install
cloudflared and connected it to Zero Trust but the public hostname only proxies HTTP connection and not TCP, is it possible to have like a my app running next to a container that proxies the TCP traffic to my local computer into the database there ?