Skip to content

Instantly share code, notes, and snippets.

@pdeschen
Created December 10, 2010 19:46
Show Gist options
  • Save pdeschen/736696 to your computer and use it in GitHub Desktop.
Save pdeschen/736696 to your computer and use it in GitHub Desktop.
dynamic geoscaling dns update
IP_ADDRESS=`curl http://labs.rassemblr.com/go/ip`
USERNAME=<yourusername>
PASSWORD=<yourpassword>
HOST=<yourAhost>
curl -u $USERNAME:$PASSWORD /
"http://api.geoscaling.com/dns2/dynamic/?host=$HOST&content=$IP_ADDRESS"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment