View Single Post
Old 02-04-2008, 08:45 PM   #1
Junior Member
 
Join Date: Feb 2008
Posts: 6
ediaz is on a distinguished road
Default Automatic record creation for new DNS zones with different IP addresses

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
ediaz is offline   Reply With Quote