- Joined
- Feb 27, 2003
- Messages
- 8,139
Hello,
For anyone who has updated DA to 1.21.1 before the morning of March 3rd MST, you may need to add a line to the /usr/local/directadmin/data/templates/dns_a.conf file:
Without it, DA will not add the:
domain.com. A 1.2.3.4
dns record. Which means that www.domain.com would work fine, but domain.com would not. This only affects any domains created since the upgrade, in which case you can simply add the dns A record manually.
The current packages have all been updated, so upgrading at this time should not be an issue.
Thanks,
John
For anyone who has updated DA to 1.21.1 before the morning of March 3rd MST, you may need to add a line to the /usr/local/directadmin/data/templates/dns_a.conf file:
Code:
[b]|DOMAIN|.=|IP|[/b]
localhost=|IP|
mail=|IP|
pop=|IP|
www=|IP|
ftp=|IP|
domain.com. A 1.2.3.4
dns record. Which means that www.domain.com would work fine, but domain.com would not. This only affects any domains created since the upgrade, in which case you can simply add the dns A record manually.
The current packages have all been updated, so upgrading at this time should not be an issue.
Thanks,
John