Skip to content

Instantly share code, notes, and snippets.

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 DianaEromosele/d29003237d6780ad7db6ee425be685e3 to your computer and use it in GitHub Desktop.
Save DianaEromosele/d29003237d6780ad7db6ee425be685e3 to your computer and use it in GitHub Desktop.
# GoDaddy Account > Domain Manager > DNS Management
# Domain Settings > Manage DNS > Records =>
Add >
Host: *
Points to: appname.herokuapp.com
TTL: 1 hour
Add >
Host: appnamesecure
Points to: appname-2121.herokussl.com
TTL: 1 hour
Add >
Host: www
Points to: appname.herokuapp.com
TTL: 1 hour
# Under Forwarding, add your heroku app name (ie appname.herokuapp.com)
Forward Type => Permanent
Settings => Forward with masking
Masking information not required
Make sure you SELECT the checkbox that says "Update my nameservers and DNS settings to support this change."
Save
# This will take 1 - 48 hours to propagate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment