github
GoDaddy DNS with Github Pages
Written on
| Tags:
github
godaddy
Steps
-
In your repository, go to Settings, under Github Pages section, fill in your custom domain. This will create a CNAME file in your repository.
-
Add an
A
(host) record withhost = @
andPoints to = 192.30.252.153
. -
You can also set up an alias record. Add a
CNAME
(alias) record withhost = www
andPoints to = yourname.github.io
.