Catch-all DNS record
Posted
by
Christian Sciberras
on Server Fault
See other posts from Server Fault
or by Christian Sciberras
Published on 2010-07-14T11:12:43Z
Indexed on
2011/01/05
10:55 UTC
Read the original article
Hit count: 243
Intro
Our users have the ability to buy a domain (eg: user1.com) and make it point to out website, (eg: example.com), by simply pointing user1.com to ns1/ns2.example.com .
Issue
So far everything's good, however, example.com does not like this; we need to set up WHM/cpanel to make the server accept user1.com . Problem is, we'd rather made this automatic, possibly without having to use WHM API.
The question
We need some sort of "catch-all" wildcard entry so that we capture all of our user's possible domains.
© Server Fault or respective owner