All Versions
10
Latest Version
Avg Release Cycle
65 days
Latest Release
1693 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

    • ๐Ÿณ Docker image is available for download
    • ๐Ÿ†• New channel for sending notifications: Telegram

    ๐Ÿ›  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