Cloudflared Tunnel: Tunneling for custom ports
Can anyone please help me to understand, how can I expose custom ports(for example port 5432) or protocol(for example udp) on cloudflared tunnel?
I have tried to expose my database on the tunnel, so that other services can also access it. For this, I have:
Create a public hostname(say db.example.com) on the tunnel
Point the hostname to the service:
Type: TCP
URL: localhost:5432
Now, I'm trying to access the database using a client, but I'm getting a connection timed out error
I have tried to expose my database on the tunnel, so that other services can also access it. For this, I have:
Create a public hostname(say db.example.com) on the tunnel
Point the hostname to the service:
Type: TCP
URL: localhost:5432
Now, I'm trying to access the database using a client, but I'm getting a connection timed out error