dns - Where do i find nameservers of my Heroku App? -


this can done thru zerigo. can't find nameservers myself somewhere , update @ accound purchased domain ?

heroku doesn't provide dns services therefore there no name servers.

you use domain name registrars control panel point dns records @ heroku application. typically cname record pointing @ .herokuapp.com entry. www.mydomain.com cname myapp.herokuapp.com.


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -