Skip to content

Instantly share code, notes, and snippets.

@azyobuzin
Created October 14, 2011 13:38
Show Gist options
  • Save azyobuzin/1287130 to your computer and use it in GitHub Desktop.
Save azyobuzin/1287130 to your computer and use it in GitHub Desktop.
VALUE DOMAINのダイナミックDNSを更新するスクリプトのテンプレート
(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