DDNS v3.0.4 Release Notes

Release Date: 2019-10-13 // over 4 years ago
  • โฌ†๏ธ 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

Previous changes from v3.0.3

  • โฌ†๏ธ 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