A
A
Artur Zayats2013-07-03 15:57:38
Domain Name System
Artur Zayats, 2013-07-03 15:57:38

Setting DNS under heroku (root domain)?

Trying to set up DNS for heroku.
1 — Registered a domain at 2domains.ru (mydomen.ru type domain)
2 — added domains (www.mydomen.ru, mydomen.ru) to heroku for the application
3 — added 2 CNAME records (@) in the 2domens.ru admin panel for my domain CNAME herokuapp.com, www CNAME herokuapp.com)

www.mydomen.ru works, but mydomen.ru doesn't, Any thoughts?

(no more DNS records)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Davydov, 2013-07-03
@zag2art

setup example via heroku ip:
@ A 174.129.212.2
@ A 75.101.145.87
@ A 75.101.163.44
www CNAME yourapp.herokuapp.com.

D
Dmitriy_M, 2013-08-04
@Dmitriy_M

There is another option CNAME record of the subdomain www looks at heroku, and CNAME record of the root domain looks at www:
www.domain.com . 3600 IN CNAME app.herokuapp.com.
@ 3600 IN CNAME www.domain.com .

S
Shk0da, 2016-11-05
@Shk0da

Use add-on: https://devcenter.heroku.com/articles/zerigo_dns

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question