Skip to content

Commit

Permalink
add a simple dynamic IP updater script that will update current publi…
Browse files Browse the repository at this point in the history
…c IP to 3322.org
  • Loading branch information
linsong committed May 16, 2008
1 parent 918c7fa commit 133696a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/update_ip.sh.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/sh
#lynx -mime_header -auth=vincentwang:XXXXXX "http://www.3322.org/dyndns/update?system=dyndns&hostname=linsong.7766.org&wildcard=ON"
wget -O - -S --http-user=vincentwang --http-passwd=XXXXXX "http://www.3322.org/dyndns/update?system=dyndns&hostname=linsong.7766.org&wildcard=ON" >/dev/null

0 comments on commit 133696a

Please sign in to comment.