Godaddy Domain Update Script

I need a script that will emulate a user and go login to godaddy, go to the domain manager, and pick a domain in my account (which will be sent to the script by variable), and then modify the Child Name Server for that domain with variable’s sent by me to the script.

I will post the following to the script.

$domain = (domain name)
$ns1 = (Child name server 1)
$ns2 = (Child name server 2)
$ip1 = (Child name server 1 IP)
$ip2 = (Child name server 2 IP)

Leave a Reply

Your email address will not be published. Required fields are marked *