I need to remotely connect to the database installed on my private server. Previously, I would enter my fixed IP address and the port, and that’s how I connected via DBeaver.
I have installed a Cloudflare connector on the server, and now I need to export my old connection via a tunnel.
Example:
Before: fixed IP [port]
What I want: sql.[domain]:[port]
Can someone help me? I just want to connect to my database via Cloudflare Tunnel.