Connect external subdomain to one of my Netlify subdomain

Hello!

I was able to configure my app so that any subdomain points to the same app.
My users can now access their app through urls like:
customer1.tryethernal.com
customer2.tryethernal.com,
etc…

Now, I’d like to let them access the same subdomain but through their domains. Examples:
explorer.customer1.com should point to customer1.tryethernal.com
explorer.customer2.com should point to customer2.tryethernal.com

Is this doable with Netlify? If so, do you know what DNS settings should be updated on the customer’s end and on mine?

Thank you for your help.

Antoine

Found the solution :slight_smile:

Two things are needed:

(This technically only redirects all the external domains to the same myapp.netlify.app app, so not exactly what I asked initially, but then it’s trivial from the URL to figure out which customer data should served)

Hey there,

Thanks so much for reaching out and sharing your solution! We appreciate you taking the time to help future Forums members who encounter something similar.

Happy building :rocket: