PDA

View Full Version : Automatic record creation for new DNS zones with different IP addresses


ediaz
02-04-2008, 08:45 PM
Hi!

It would be nice to be able to specify the automatic creation of DNS records with different IP addresses. I mean: in the form where I configure the dns server, I can specify which hosts to automatically add on DNS domain creation, but their addresses are fixed. I would want to be able to specify different content, i.e. I would want to be able to add defaults this way:

www ftp [@ mx 20 mymailserver.com] [pop cname mypopserver.com] [smtp a 111.222.333.444]

This would create records like

www IN A <default IP>
ftp IN A <default IP>
@ IN MX 20 mymailserver.com
pop IN CNAME mypopserver.com
smtp IN A 111.222.333.444

This would be extremely useful for my setup.

Regards

Wishmaster
02-05-2008, 05:43 AM
ISPmanager 4.3.1 - Released Oct 18, 2007
Added: domain zone template in file. Now you can use domainzone.templ as a base for the new domains zone files creation.