Question
Is it possible to use Cloudflare Tunnel to route multiple TCP/SSH connections to different internal servers?
Asked by: USER8183
108 Viewed
108 Answers
Responsive Ad After Question
Answer (108)
Yes, Cloudflare Tunnel supports routing multiple TCP/SSH connections to different internal servers. You define multiple `ports` configurations within your `config.yml` file, each specifying a different local port and destination address/port. Cloudflare will then route traffic to the appropriate internal server based on the port number specified in the incoming request. This allows you to securely access multiple internal services through a single Cloudflare Tunnel.