Skip to content

Releases: hdecarne-github/ddns-updater

v0.3.0

14 Jan 09:48
32c434e
Compare
Choose a tag to compare

Changelog:

This is the latest release of the ddns-updater tool capable of performing dynamic DNS (DDNS) updates.
The following address detection mechanisms are supported:

  • Interface based (examining the addresses of the running host's interfaces)
  • UPnP based (querying the local network's router for the external IPv4 address)
  • Web based (querying one or more web based services to determine the running host's ip addresses)
    The following DNS backends are supported:
  • AWS/Route53 (updating AWS/Route53 zone information)
  • Web (invoking a web based service to update DNS)

This software may be modified and distributed under the terms
of the MIT license. See the LICENSE file for details.

v0.3.0 (2024-01-14)

  • Update dependencies

See full changelog.

v0.2.1

18 Mar 00:40
039189d
Compare
Choose a tag to compare

Changelog:

This is the latest release of the ddns-updater tool capable of performing dynamic DNS (DDNS) updates.
The following address detection mechanisms are supported:

  • Interface based (examining the addresses of the running host's interfaces)
  • UPnP based (querying the local network's router for the external IPv4 address)
  • Web based (querying one or more web based services to determine the running host's ip addresses)
    The following DNS backends are supported:
  • AWS/Route53 (updating AWS/Route53 zone information)
  • Web (invoking a web based service to update DNS)

This software may be modified and distributed under the terms
of the MIT license. See the LICENSE file for details.

v0.2.1 (2023-03-18)

  • Auto-detect TTY and use colored output if applicable
  • Update dependencies

See full changelog.

v0.2.0

28 Feb 06:01
462db7a
Compare
Choose a tag to compare

Changelog:

This is the latest release of the ddns-updater tool capable of performing dynamic DNS (DDNS) updates.
The following address detection mechanisms are supported:

  • Interface based (examining the addresses of the running host's interfaces)
  • UPnP based (querying the local network's router for the external IPv4 address)
  • Web based (querying one or more web based services to determine the running host's ip addresses)
    The following DNS backends are supported:
  • AWS/Route53 (updating AWS/Route53 zone information)
  • Web (invoking a web based service to update DNS)

This software may be modified and distributed under the terms
of the MIT license. See the LICENSE file for details.

v0.2.0 (2023-02-28)

  • Release of completely rewritten Go based version
  • LICENSE changed to MIT license
  • Address finder mechanisms: Interface, UPnP, Web
  • DNS update mechanisms: AWS/Route53, Web

See full changelog.

v0.1.1

13 Mar 07:01
4cfc481
Compare
Choose a tag to compare

Changelog:

This is the initial release of ddns-updater.
Only currently supported DNS backend is AWS/Route53.
For IP address detection the services ipv6-test.com, ipify.org and ip4.me are used.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

v0.1.1 (2021-03-13)

  • Initial release
  • ipv6-test.com address detection support
  • Only use SSL services for address detection

See full changelog.

v0.1.0-beta1

07 Mar 14:00
e005702
Compare
Choose a tag to compare

Changelog:

This is the initial release of ddns-updater.
Only currently supported DNS backend is AWS/Route53.
For IP address detection the services ipify.org, ip4.me and ip6only.me are used.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

v0.1.0-beta1 (2021-03-07)

  • Initial release
  • AWS/Route53 DNS backend support
  • ipify.org address detection support
  • ip4/6.me address detection support

See full changelog.