Is it possible to point a domain to a dns address?
Why do I want to do this?
I want to point X number of domains to a server, if that server needs to be switched out (or whatever reason), I just want to update one DNS instead of all domain / sites on that server. So what i need is a proxy for the domains pointing to that one server. If I decide to switch server/ip. Im currently on a LAMP setup.
Maybe this is "bad practice" so I’m open to alternatives. But for the sake of this question, if this is possible answers is appreciated.
CNAME, but that has some downsides where other record types (MX,SPF, etc.) are concerned. – ceejayoz Feb 02 '18 at 22:01