Skip to content

Instantly share code, notes, and snippets.

@peterszatmary
Last active March 31, 2021 12:39
Show Gist options
  • Save peterszatmary/d80c85b35afdb14537f61a91f40b5c18 to your computer and use it in GitHub Desktop.
Save peterszatmary/d80c85b35afdb14537f61a91f40b5c18 to your computer and use it in GitHub Desktop.
How to set up DNS to make multiple Github pages possible
1.
- delete all previous A record if you do not need them
2.
- “A Record” with host “@” and value “185.199.108.153”
- “A Record” with host “@” and value “185.199.109.153”
- “A Record” with host “@” and value “185.199.110.153”
- “A Record” with host “@” and value “185.199.111.153”
- “CNAME Record” with host “www” and value “<your_username>.github.io.”
Source: https://deanattali.com/blog/multiple-github-pages-domains/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment