DDNS v2.2.0 Release Notes

Release Date: 2018-03-11 // about 6 years ago
  • ⬆️ 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