Skip to content

Releases: skibish/ddns

3.1.1

02 May 12:56
Compare
Choose a tag to compare

You can use these commands to install or upgrade DDNS

curl -L https://github.com/skibish/ddns/releases/download/3.1.1/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns

Changes

Features

  • Updated to 1.16
  • Minimised size of docker image

Fixes

  • Cleanup of static check errors

3.1.0

07 Mar 10:19
9a907c5
Compare
Choose a tag to compare

You can use these commands to install or upgrade DDNS

curl -L https://github.com/skibish/ddns/releases/download/3.1.0/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns

Changes

Features

3.0.5

20 Dec 14:28
8623ed2
Compare
Choose a tag to compare

You can use these commands to install or upgrade DDNS

curl -L https://github.com/skibish/ddns/releases/download/3.0.5/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns

Changes

Fixes

  • Make it build for Windows
  • Remove Makefile, because GitHub Actions are in use

3.0.4

13 Oct 13:13
Compare
Choose a tag to compare

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

3.0.3

12 Oct 17:31
Compare
Choose a tag to compare

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 to 16MB
  • Change test version in .travis.yml to 1.13

3.0.2

08 Oct 16:41
Compare
Choose a tag to compare

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

  • Changed ifconfig to icanhazip (fixed #17)
  • Deleted ifconfig from providers, because no longer support force IPv6 resolving (#17)

3.0.1

27 Sep 13:42
Compare
Choose a tag to compare

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

  • Fixed default IPv4 URL of ipify thanks to @g-div (#16)
  • Disabled ifconfig provider temporally, because no longer support force IPv6 resolving (#17)

3.0.0

15 Aug 17:31
94272fe
Compare
Choose a tag to compare

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

Fixes

  • Fixed different typos

2.4.0

04 May 11:25
Compare
Choose a tag to compare

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.

2.3.0

18 Nov 18:42
Compare
Choose a tag to compare

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