DDNS v3.0.4 Release Notes
Release Date: 2019-10-13 // over 5 years ago-
โฌ๏ธ You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/3.0.4/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns chmod +x /usr/local/bin/ddns
๐ Changes
๐ Features
- โ Added
-v
flag to show build version and commit hash
- โ Added
Previous changes from v3.0.3
-
โฌ๏ธ You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/3.0.3/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns chmod +x /usr/local/bin/ddns
๐ Changes
๐ Fixes
- ๐ณ Minimise Docker image size from
390MB
to16MB
- ๐ Change test version in
.travis.yml
to1.13
- ๐ณ Minimise Docker image size from