I registered a ccTLD domain, and my domain registrar does not provide a CName, instead it lists nameservers solely. How do I configure domain forwarding for my web app which happens to be hosted on an Azure VM? The documentation here only deals with setting a CName or an A Record. Please advise!
Asked
Active
Viewed 52 times
1 Answers
0
You need a DNS hosting provider to host your nameserver. HE.Net is one of the many out there and you can register at dns.he.net. Taking them as the example, set ns1.he.net and ns2.he.net as NS records for your domain provider. Now at dns.he.net, set up the CNAME or A records for your machine.

proteus
- 467
- 4
- 21
-
Sounds pretty simple. Let me give it a shot and report back. – Hassan Baig Jan 15 '16 at 08:40
-
Hmm, seems changing nameservers takes up to many hours! Is that your experience too? – Hassan Baig Jan 17 '16 at 00:01
-
DNS entries are cached from a few hours to a day. You can wait for the new entries to propagate or try clearing your machine's DNS cache. – proteus Jan 17 '16 at 03:09