PDA

View Full Version : DNS CNAME @ Target


jnsc
7th April 2006, 17:00
Hi,

if you enter an @ in the DNS managment tool as target for a CNAME, the @ is entred in the DB corectly, but in it zone file wich is created a dot is added at the end wich makes it unusable. I did a little research in the source code and did'nt found where this dot was added. It seems not to be in ispconfig_bind.lib.php.

So if someone knows where this can be changed please le me know.

Thank's

till
7th April 2006, 17:58
The dot is part of the template file.

The template is /root/ispconfig/isp/conf/pri.domain.master

jnsc
7th April 2006, 18:32
Thank's for the fast reply I will have a look at it

falko
7th April 2006, 20:02
If you use the FQDN as target, then the dot is correct. :)

jnsc
8th April 2006, 11:17
Yes I know, Maybe I will add a test to see if it's a @ or a FQDN.