CHANGELOG
- Force lookup of both IPv4 and IPv6
- Add some logging about what actions are taken
- Will delete the record if IP cannot be found
Installation
version=v2.1.0
echo -n "What is your OS? [darwin/linux] "
read os
echo -n "What is your ARCH? [amd64/arm64/armv7/armv6/armv5] "
read arch
curl -o DIYDDNS-$os-$arch.tar.gz -sL https://github.com/ctrlaltdev/DIYDDNS/releases/download/$version/DIYDDNS-$os-$arch.tar.gz
curl -o DIYDDNS-$os-$arch.tar.gz.sha256 -sL https://github.com/ctrlaltdev/DIYDDNS/releases/download/$version/DIYDDNS-$os-$arch.tar.gz.sha256
sha256sum -c DIYDDNS-$os-$arch.tar.gz.sha256
tar xzf DIYDDNS-$os-$arch.tar.gz
rm DIYDDNS-$os-$arch.tar.gz*
sudo mv DIYDDNS /usr/local/bin/
echo "\nDIYDDNS INSTALLED\n"
DIYDDNS -h
or curl -fSsL https://git.io/JcbyA | sh