Created
October 14, 2011 13:38
-
-
Save azyobuzin/1287130 to your computer and use it in GitHub Desktop.
VALUE DOMAINのダイナミックDNSを更新するスクリプトのテンプレート
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
(type "System.Net.WebClient").(new) | |
.(DownloadString "http://dyn.value-domain.com/cgi-bin/dyn.fcg?d=ドメイン&p=パスワード&h=ホスト[&i=IPアドレス]") | |
.(print) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment