From 98e9c659f6a64976fd63b4dab7f08b71ed6297ad Mon Sep 17 00:00:00 2001 From: f Date: Tue, 15 Mar 2022 18:51:57 -0300 Subject: [PATCH] unneeded files --- nsupdate.sh | 26 -------------------------- whatsmyip6.sh | 3 --- 2 files changed, 29 deletions(-) delete mode 100755 nsupdate.sh delete mode 100755 whatsmyip6.sh diff --git a/nsupdate.sh b/nsupdate.sh deleted file mode 100755 index 5fe991f..0000000 --- a/nsupdate.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# Registers the local IPv6 address to the DNS - -IP6="`whatsmyip6`" -KNOT="${KNOT:-${IP6}}" - -test -z "${IP6}" && exit 1 -test -z "${KNOT}" && exit 1 -test -z "${DOMAIN}" && exit 1 - -# Add a dot if the hostname contains the domain -echo "${HOSTNAME}" | grep -q "\.${DOMAIN}$" && DOT="." - -knsupdate <