File: ip-goingdown

package info (click to toggle)
diald 0.99.4-7.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,100 kB
  • ctags: 935
  • sloc: ansic: 7,109; tcl: 977; sh: 880; perl: 306; makefile: 109
file content (17 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
#
# Sample diald ip-goingdown script
#

iface=$1
netmask=$2
localip=$3
remoteip=$4
metric=$5

# Delete a .dyn.ez-ip.net address:

#USERID="theusername"
#PASSWORD="thepassword"
#URL="http://www.EZ-IP.Net/members/delete/"
#lynx -dump -auth=$USERID:$PASSWORD $URL > /dev/null &