Skip to content

Releases: skibish/ddns

2.2.2

23 Apr 16:24
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.2.2/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns

Changes

Features

  • Change order of providers

2.2.1

23 Apr 15:43
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.2.1/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns

Changes

Features

2.2.0

11 Mar 11:35
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.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

2.1.3

15 Oct 10: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/2.1.3/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns

Changes

Fixes

  • Fixed bug that IP was not updated. Because config was not deep copied to the storage struct

2.1.2

10 Oct 16:48
Compare
Choose a tag to compare
2.1.2 Pre-release
Pre-release

You can use these commands to install or upgrade DDNS

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

Changes

Refactoring of the service. Made it more maintainable.

2.1.1

05 Oct 12:38
Compare
Choose a tag to compare
2.1.1 Pre-release
Pre-release

You can use these commands to install or upgrade DDNS

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

2.1.0

08 Jul 19:29
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.1.0/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns

Changes

This release is backward compatible.

New features

Configuration

  • In records key data is added where you can write what you want
  • datafield is using text/template engine. You can set your own variables into new params section or reference global IP parameter. See example in README.md

Notifications

smtp

  • Flag secure: true is added. Use it, if you send through SSL SMTP

2.0.0

25 Jun 12:38
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.0.0/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns

Changes

This release is backward compatible. Configuration is the same. Only difference is in log output. New features added.

New features

Notifications

Now, other systems can be notified about your IP changes or some issues.

In this release is added SMTP support. For configuration see Notifications section.

Feel free to contribute and add another sources.

Log format

  • By default logger will output in text format
  • Hint is added as first word – who is writing log (what component, if something went wrong)

1.0.0

14 Mar 21:36
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/1.0.0/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns