Releases: skibish/ddns
Releases · skibish/ddns
2.2.2
2.2.1
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
2.2.0
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
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
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
2.1.0
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 data
field is using text/template engine. You can set your own variables into newparams
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
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)