Skip to content

Instantly share code, notes, and snippets.

Created December 28, 2014 12:30
Show Gist options
  • Save anonymous/80cbe305d56daba59ee2 to your computer and use it in GitHub Desktop.
Save anonymous/80cbe305d56daba59ee2 to your computer and use it in GitHub Desktop.
Update dynamic IP using freedns.afraid.org service (script for Windows)
myURL = "http://freedns.afraid.org/dynamic/update.php?"
Set objHTTP = CreateObject( "WinHttp.WinHttpRequest.5.1" )
objHTTP.Open "GET", myURL, False
objHTTP.Send
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment