Skip to content

Instantly share code, notes, and snippets.

@AnselmeKotchap
Forked from yancyn/godaddydomain.md
Created November 22, 2017 15:38
Show Gist options
  • Save AnselmeKotchap/2491eb41315f114294be075f44c491d3 to your computer and use it in GitHub Desktop.
Save AnselmeKotchap/2491eb41315f114294be075f44c491d3 to your computer and use it in GitHub Desktop.
Setup Godaddy Domain for GitHub Page

Setup Godaddy Domain for GitHub Page

  1. Create a new file CNAME and put the domain.com in the file.
  2. Login GoDaddy > Manage domain > DNS Zone File.
  3. Under A (Host) change @ point to 192.30.252.153.
  4. Under CName (Alias) change www point to website.github.io.

see also GitHub Pages + GoDaddy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment