在哪里可以找到我的Heroku应用程序的名称服务器?
问题描述:
这可以通过Zerigo完成.但是我不能从某个地方找到自己的域名服务器,并在我从中购买域名的地方更新它吗?
This can be done thru Zerigo. But can't i find the nameservers myself from somewhere and update it at the accound where i purchased my domain from ?
答
Heroku不提供DNS服务,因此没有名称服务器.
Heroku doesn't provide DNS services therefore there are no name servers.
您使用域名注册商控制面板将DNS记录指向Heroku应用程序.通常,这是指向.herokuapp.com条目的CNAME记录.因此www.mydomain.com将成为myapp.herokuapp.com的CNAME.
You use your domain name registrars control panel to point your DNS records at your Heroku application. Typically this is a CNAME record pointing at the .herokuapp.com entry. So www.mydomain.com would be a CNAME to myapp.herokuapp.com.