I want to add records to all zones. I copied dns_a.conf to /usr/local/directadmin/data/templates/custom
edited to:
I issue a rewrite by:
The files are rewritten, but the custom config is not used. Even when I copy the custom files to: /usr/local/directadmin/data/templates
no changes are made.
What is missing?
Thx. Redeye
edited to:
Code:
|DOMAIN|.=|IP|
localhost=127.0.0.1
mail=|IP|
fallback=80.x.x.x
fallback2=80.x.x.x
pop=|IP|
www=|IP|
ftp=|IP|
I issue a rewrite by:
Code:
echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue
The files are rewritten, but the custom config is not used. Even when I copy the custom files to: /usr/local/directadmin/data/templates
no changes are made.
What is missing?
Thx. Redeye