I have been hosting a reverse proxy locally and exposing ports to allow access to external access to some services. I am switching over to Cloudflare Tunnels in order to increase security/close ports.

I still have the reverse proxy and my router redirects any local requests for *.mydomain.com to the reverse proxy ip.

I have one tunnel that goes to service1.mydomain.com that does not use the reverse proxy and I want to setup a second tunnel for my reverse proxy.

What I am trying to understand is it possible to have one tunnel for service1.mydomain.com and a second tunnel for *.mydomain.com (where service1.mydomain.com isnt include) for the reverse proxy?