Background
I want to create a service where I need to register a domain and point it to the app. The problem is, the app needs to know what the domain parameter is. So I analysed this question about domain aliasing but did not understand if it fits my needs.
Scenario
I want to offer customers an option where they can map their own domains to my server. Like for example bandcamp (custom domains @ band camp)
If I forward the domain with an A record and on my app, have a Wildcard A record ready wouldn't that conflict with the other domains I host on my dedicated server?
Should I put the wildcard domain on it's own IP address (is this the proper way to do it?)
Please tell me, thank you.