Option to use same domain for tcp and http tunnel

To use a custom domain to access a ssh server (/ any tcp tunnel) you have to reserve an endpoint and point a cname record to that endpoint.

To use a custom domain to access a http tunnel, you have to also make a cname record, but to a different domain.

And that’s a conflict if I want to user sub.domain.tld for both ssh and http. A possible solution would be to combine the reserve endpoint function with the reserve domain function.

(And a question a little bit off topic: Is it possible to use a domain without a subdomain (e.g. example.com) with localxpose, because I read that cname records can only be assigned to sub domains)