From: Philipp Spitzer Date: Tue, 25 Mar 2014 22:41:41 +0000 (+0100) Subject: The functionality is now in nsupdate_dyndns. X-Git-Tag: 0.0.2~21 X-Git-Url: https://git.toastfreeware.priv.at/toast/tdyndns.git/commitdiff_plain/3271e5014a507891fd21e8fbfd622583099d9dc9 The functionality is now in nsupdate_dyndns. --- diff --git a/bin/nsupdate_dyndns_del b/bin/nsupdate_dyndns_del deleted file mode 100755 index a2e788f..0000000 --- a/bin/nsupdate_dyndns_del +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -hostname=$1 -type=$2 # A or AAAA -domain=dyn.colgarra.priv.at - -echo -e "update delete $hostname.$domain $type\n" | nsupdate -l