Skip to content

Instantly share code, notes, and snippets.

@roachhd
Created August 25, 2018 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roachhd/b1eeda301bcc3689bc48f3ec7c946b31 to your computer and use it in GitHub Desktop.
Save roachhd/b1eeda301bcc3689bc48f3ec7c946b31 to your computer and use it in GitHub Desktop.
GoDaddy GitHub pages DNS

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