I would like to set up a github user page. I have created the repo and now I need to update my DNS records. I have the following DNS entries at the moment:
MX Records
mail.example.com
A Records
123.45.67.89 (assume this is the default a record)
mail 123.45.67.89
www 123.45.67.89
CNAME
None
I would like my github page to be displayed at example.com. Do I update the www and default A records to the github IP and leave the mail pointing to the existing IP?
How do I redirect users that go to www.example.com to example.com?