-2

I have a web app with no fixed IP address:

myapp.apps.com

And a custom domain:

example.com

I have the www subdomain (www.example.com) pointing to the web app with a CNAME record.

I have the mail server hooked up with MX records (me@example.com).

What I want is to be able to hit the naked domain in the web browser (example.com).

How do I do this?

Bear in mind that if I point a CNAME record to the naked domain it will override the mail server settings. I have access to advanced DNS settings (A, MX, CNAME, TXT, SRV).

Rupert
  • 97

1 Answers1

0

you cannot point @ to CNAME record, so @ must have A record and since you have no IP address you cannot do it, also changing @ would not have effect on your MX record.

alexus
  • 13,667