Linode.com Forum Forum Index Linode.com Forum
Linode Community Forums
 


DNS manager and aliases in cname records

Click here to go to the original topic

 
       Linode.com Forum Forum Index -> Feature Request/Bug Report
Author Message
btmorex



Joined: 29 Apr 2008
Posts: 5

Posted: Tue Apr 29, 2008 5:59 pm    Post subject: DNS manager and aliases in cname records  

I noticed that aliases (not sure if this is the correct terminology) don't work in cname records.

If I have:
some-host A 10.10.10.10

Then I add a CNAME where host name is "www" and aliases to is "some-host", it gets added to the file as:

www CNAME some-host.

The trailing "." prevents it from working correctly. I think it should be:

www CNAME some-host

so that CNAME targets don't have to be fully qualified (at the very least this prevents stupid typos in the domain name part).
Back to top  
hybinet



Joined: 02 May 2008
Posts: 40

Posted: Mon May 19, 2008 3:49 am    Post subject:  

As far as I'm aware of, fully qualified domain names should include a trailing dot.

If you just use domain.tld (without the trailing dot) as your target, every server around the world will interpret that as a subdomain and redirect users to domain.tld.domain.tld. Which isn't what you want.

The Linode web interface is kind enough to automatically add the dot if you leave it out. The problem is that it always adds a dot, so if you use a trailing dot in your entry you'll end up with two dots.

So here's my feature request: please don't allow double dots to show up!
Back to top  
btmorex



Joined: 29 Apr 2008
Posts: 5

Posted: Wed May 21, 2008 11:54 pm    Post subject:  

hybinet wrote: As far as I'm aware of, fully qualified domain names should include a trailing dot.

While that's true, that's sort of the point of my request. I don't want every single entry to be treated as fully qualified. If you leave out the dot, it should be combined with the domain automatically to form a fully qualified domain name. (at least this is how bind works)
Back to top  
 
       Linode.com Forum Forum Index -> Feature Request/Bug Report
Page 1 of 1