Context:
I have a tunnel calledwhich has a public hostname ofzt-gateand a private hostname withssh.mydomain.com -> ssh://10.0.0.30:22CIDR. I created an10.0.0.30/32self-hosted application that I can access SSH normally through SSH browser rendering. In my WARP client settings, I've selectedSSHand in my split tunnels configuration isGateway with WARPwithInclude IPs and domainsCIDR and10.0.0.30/32. I'm asking for a SSH service but keep in mind that I have other non web/http services in the same way.ssh.mydomain.com
cloudflared access ssh --hostname ssh.mydomain.com --url localhost:1234 and login normally, I can SSH into localhost:1234 normally.10.0.0.30:22 address.ssh.mydomain.com I still cannot do any connections using the domain, only from IP addresses. There's a doc page on how to do SSH (not all use cases for me, just an non-web example) (https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/use-cases/ssh/#connect-to-ssh-server-with-warp-to-tunnel) which only shows examples connecting using IP addresses.Include IPs and domains and including my desired domain, I could access these services using my public hostname, is it possible? If not, how can I create domains for non-http services I only want to access when connected to my warp client/cloudflared cli?Include IPs and domains configuration.