Releases: ctrlaltdev/DIYDDNS
Releases · ctrlaltdev/DIYDDNS
v2.1.0
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 -hor curl -fSsL https://git.io/JcbyA | sh
v2.0.0
CHANGELOG
- Full rewrite in go
- Support of IPv6
- Drop of PTR
Installation
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/v2.0.0/DIYDDNS-$os-$arch.tar.gz
curl -o DIYDDNS-$os-$arch.tar.gz.sha256 -sL https://github.com/ctrlaltdev/DIYDDNS/releases/download/v2.0.0/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 -hor curl -fSsL https://git.io/JG0Il | sh
knitch
v1.0.0 enforce bash