ToastFreeware
/
toast
/
tdyndns.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Implemented offline parameter.
[toast/tdyndns.git]
/
bin
/
nsupdate_dyndns_del
1
#!/bin/bash
2
3
hostname=$1
4
type=$2 # A or AAAA
5
domain=dyn.colgarra.priv.at
6
7
echo -e "update delete $hostname.$domain $type\n" | nsupdate -l