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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

mysqli - Php Mysqli_fetch_assoc Error : "Warning: Illegal string offset 'name' in" -

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