All Versions
10
Latest Version
Avg Release Cycle
65 days
Latest Release
1658 days ago

Changelog History

  • v3.0.4 Changes

    October 13, 2019

    ⬆️ 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
  • v3.0.3 Changes

    October 12, 2019

    ⬆️ 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
  • v3.0.2 Changes

    October 08, 2019

    ⬆️ You can use these commands to install or upgrade DDNS

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

    🔄 Changes

    🛠 Fixes

    • 🔄 Changed ifconfig to icanhazip (fixed #17)
    • ✂ Deleted ifconfig from providers, because no longer support force IPv6 resolving (#17)
  • v3.0.1 Changes

    September 27, 2019

    ⬆️ You can use these commands to install or upgrade DDNS

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

    🔄 Changes

    🛠 Fixes

    • 🛠 Fixed default IPv4 URL of ipify thanks to @g-div (#16)
    • 👍 Disabled ifconfig provider temporally, because no longer support force IPv6 resolving (#17)
  • v3.0.0 Changes

    August 15, 2019

    ⬆️ You can use these commands to install or upgrade DDNS

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

    🔄 Changes

    💥 Breaking change

    • 🗄 Key domain is deprecated
    • 🔄 Changed build architectures for Linux and Darwin (macOS) (from 32-bit to 64-bit)

    🔋 Features

    🛠 Fixes

    • 🛠 Fixed different typos
  • v2.4.0 Changes

    May 04, 2019

    ⬆️ You can use these commands to install or upgrade DDNS

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

    🔄 Changes

    🔋 Features

    • ➕ Added domains key to have a list of domains to update. #6

    WARNING! : In the next major release key domain will be deprecated. Warning was added in the code.

  • v2.3.0 Changes

    November 18, 2018

    ⬆️ You can use these commands to install or upgrade DDNS

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

    🔄 Changes

    🔋 Features

  • v2.2.2 Changes

    April 23, 2018

    ⬆️ 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
  • v2.2.1 Changes

    April 23, 2018

    ⬆️ 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

  • v2.2.0 Changes

    March 11, 2018

    ⬆️ 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