jzumbrum wrote:
Hey All,
Is there some API or interface for me to automatically create subdomains using a script?
I've got creating virtual host records and restarting apache, but need to create DNS records. I think that's all that's left to make it happen. Any suggestions?
Thanks,
-Z.
If you are using the Linode DNS service:
http://www.linode.com/api/
If you are using some other DNS solution you'll probably want to send dynamic updates,
http://www.dnspython.org/ is an example of a good starting point for doing that in scripts.