Hi,
Recently I subscribed Cloudflare Argo tunnel service. I was wondering how I can run multiple Argo Tunnel in a VM?
For example, I can open two screens and execute
cloudflared tunnel --hostname app.example.com http://localhost:9000
and
cloudflared tunnel --hostname portal.example.com http://localhost:8000
The problem is I have keep my terminal open for that or I have to use screen
or %h tag. But I don’t like to use them.
I saw there is a config.yml file available, so my question is how I can utilise that config.yml file so that I can run both tunnels from the single config file? It would easy to manage because I can easily enable, stop cloudflared service just executing service cloudflared stop