Custom client domains?

Hi, I have a Rails app that lets users set up a custom subdomain, I’ve set up *.myapp.com and it works fine (though SSL certificate hasn’t been verified on render.com, but it actually is?).

Is there a way to let users point their own custom domains to these subdomains?

user1.myapp.com will be the user’s site, but if he adds a custom domain, user1.com would point to that user1.myapp.com.

Hi @pkayokay, yes you should be able to have your users add a CNAME record that points to user1.myapp.com and in your application inspect the headers to route the traffic to the correct url. You shouldn’t have to do any extra setup to use user1.myapp.com if you have the wildcard domain configured correctly.