hello. I am already using cloudflare tunnel for one domain on an ubuntu server.
And when I try to connect other domain to the tunnel on the same server, I get the following error.
error="cloudflared service is already installed at /etc/systemd/system/cloudflared.service; if you are running a cloudflared tunnel, you can point it to multiple origins, avoiding the need to run more than one cloudflared service in the same machine; otherwise if you are really sure, you can do `cloudflared service uninstall` to clean up the existing service and then try again this command"
But I am not sure how to point to multiple origins.
In my config.yml, it looks like this
tunnel: 66c2cd0a-349f-4a3e-8100-xxxxxxxx
credentials-file: /root/.cloudflared/66c2cd0a-349f-4a3e-8100-xxxxx.json
warp-routing:
enabled: true
Can somone tell me how I can change it to point to multiple origins?
Thank you.