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