Skip to content

Instantly share code, notes, and snippets.

@naodesu
Forked from anonymous/updateip.vbs
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naodesu/f54edb517906d767a6bf to your computer and use it in GitHub Desktop.
Save naodesu/f54edb517906d767a6bf 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