Created
December 28, 2014 12:30
-
-
Save anonymous/80cbe305d56daba59ee2 to your computer and use it in GitHub Desktop.
Update dynamic IP using freedns.afraid.org service (script for Windows)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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