Forums

Need help with DNS issue

So the site works well, however I am trying to get my site verified and the issue is it goes to

https://nameOfSite.com (not real)

which causes an issue, because nothing shows up

my django settings.py

ALLOWED_HOSTS = ["nameOfSite.com", "www.nameOfSite.com"]

ive looked around and it says i need to add a

(A Record) to my DNS settings but it says i need the servers IP address for that.

Any ideas on how to fix this?

Check the help page on the Naked Domains on how to solve it.