All Versions
10
Latest Version
Avg Release Cycle
65 days
Latest Release
1262 days ago
Changelog History
Changelog History
-
v3.0.4 Changes
October 13, 2019โฌ๏ธ 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
-
v3.0.3 Changes
October 12, 2019โฌ๏ธ 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
-
v3.0.2 Changes
October 08, 2019โฌ๏ธ You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/3.0.2/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns chmod +x /usr/local/bin/ddns
๐ Changes
๐ Fixes
-
v3.0.1 Changes
September 27, 2019โฌ๏ธ You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/3.0.1/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns chmod +x /usr/local/bin/ddns
๐ Changes
๐ Fixes
-
v3.0.0 Changes
August 15, 2019โฌ๏ธ You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/3.0.0/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns chmod +x /usr/local/bin/ddns
๐ Changes
๐ฅ Breaking change
- ๐ Key
domain
is deprecated - ๐ Changed build architectures for Linux and Darwin (macOS) (from 32-bit to 64-bit)
๐ Features
- ๐ณ Docker image is available for download
- ๐ New channel for sending notifications: Telegram
๐ Fixes
- ๐ Fixed different typos
- ๐ Key
-
v2.4.0 Changes
May 04, 2019โฌ๏ธ You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/2.4.0/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns chmod +x /usr/local/bin/ddns
๐ Changes
๐ Features
- โ Added
domains
key to have a list of domains to update. #6
โ WARNING! : In the next major release key
domain
will be deprecated. Warning was added in the code. - โ Added
-
v2.3.0 Changes
November 18, 2018โฌ๏ธ You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/2.3.0/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns chmod +x /usr/local/bin/ddns
๐ Changes
๐ Features
- ๐ Move from
dep
togo mod
that was introduced in Go 1.11
- ๐ Move from
-
v2.2.2 Changes
April 23, 2018โฌ๏ธ You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/2.2.2/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns chmod +x /usr/local/bin/ddns
๐ Changes
๐ Features
- ๐ Change order of providers
-
v2.2.1 Changes
April 23, 2018โฌ๏ธ You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/2.2.1/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns chmod +x /usr/local/bin/ddns
๐ Changes
๐ Features
- Put ifconfig as last provider in the list due to downtime
-
v2.2.0 Changes
March 11, 2018โฌ๏ธ You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/2.2.0/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns chmod +x /usr/local/bin/ddns
๐ Changes
๐ Features
- ๐ฎ Force IPv6 support with
forceIPV6
flag. Thanks to @Gerifield
- ๐ฎ Force IPv6 support with