I've got an organization page set up and running in GitHub and things seem to be working...but I'm a little confused. I'd like to actually understand the process since the GitHub Help article refers to taking advantage of their CDN and DoS services, so bear with me.
Step 1: Created CNAME file in repo with domain 'example.com'
Step 2: Grabbed IP from dig example.github.io +nostats +nocomments +nocmd
Step 3: Entered IP from Step 2 into the 'A' record (see image below)
I decided to stop here and see where it got me, and to my surprise it seems to have done the trick. The example.github.io
domain correctly redirects to the example.com
domain and displays the content from the repo.
However I was informed that after the DNS props, you can dig example.com
and see the CNAME record pointing to example.github.io
. I do not see this, and I dislike thinking that I didn't set things up correctly. Any thoughts/comments/tips welcome, thanks!
www
before it to take advantage of the CDN/DoS services? Could I set it up to forwardwww.example.com
toexample.com
? – Flagg