Quick question about tunnels
So I have 1 website domain right now. My domain is using the cloudflare nameservers, then tunneled into my home server with an argo tunnel.
If i add another domain and website, will i have to create another tunnel to my server? Can I have multiple tunnels on my server?
2 Replies
You should use the same tunnel (and add additional public hostnames) for the same set of origins. If you have a singular home server that has all those services on it (or even if you just want to use it as your gateway to the rest of your network), you can use a single tunnel. You can use a single tunnel and deploy more connectors/replicas if you have a set of servers all serving the same origins too.
The only time you'd have to use a different tunnel is if it had different origins. Every tunnel connector needs to be able to service all public hostnames.
Awesome. That was the answer I was looking for. Thank you!