Hi, @bradgarropy. That is one requirement and that has been done correctly.
There is one more step.
The DNS record does point to Netlify:
$ dig murphy.bradgarropy.com +noall +answer
; <<>> DiG 9.10.6 <<>> murphy.bradgarropy.com +noall +answer
;; global options: +cmd
murphy.bradgarropy.com. 3599 IN CNAME murphee.netlify.app.
murphee.netlify.app. 19 IN A 104.248.78.24
murphee.netlify.app. 19 IN A 167.172.221.254
It is a CNAME record and points to the site subdomain under netlify.app
. This is perfect.
However, once the web request gets to Netlify, how do we know what site to show? We host millions of websites. Which one do we display for this custom domain?
Answer: You add the custom domain under Site Name > Settings > Domain management > Custom domains. For this site, that setting is found here:
https://app.netlify.com/sites/murphee/settings/domain
Just click on that link (while logged in under your account) and you will be able to add the custom domain to the site and it should work.
If not or if there are any questions, please let us know.