Where to remove the www.sub.domain.com in templates?

Pieter

Verified User
Joined
Mar 27, 2016
Messages
32
Trying to adjust my autogenerated DNS to include relevant records (External MX, Custom SPF, CAA etc.)
and remove unused records (pop, smtp, mail and ftp subdomains).

Using DNS related templates copied to:
/usr/local/directadmin/data/templates/custom/

I'm able to make most adjustments (persistent), however I noticed that when creating a subdomain (sub.domain.com) an extra www. record is created (www.sub.domain.com).

Where to make the adjustment so it never is added when creating a subdomain?
 
Hello,

It seems there is no a custom template that can be updated to address the issue. The only one thing comes to my mind is using POST hooks and update a DNS zone by removing an unwanted DNS record. Alternatively you might post a feature request.
 
Back
Top