Skip to content

Instantly share code, notes, and snippets.

@844196
Last active August 29, 2015 14:13
Show Gist options
  • Save 844196/0969b5abc27f7e7f349a to your computer and use it in GitHub Desktop.
Save 844196/0969b5abc27f7e7f349a to your computer and use it in GitHub Desktop.
#!/bin/sh
USERNAME="${1}"
PASSWORD="${2}"
DOMAIN="${3}"
curl -s "http://ieserver.net/cgi-bin/dip.cgi?username=${USERNAME}&domain=${DOMAIN}&password=${PASSWORD}&updatehost=1" >/dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment