dns/ddclient: new version now

This commit is contained in:
Franco Fichtner 2025-02-11 11:43:16 +01:00
parent 44683ac25f
commit 252e3ec84e
2 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,5 @@
PLUGIN_NAME= ddclient
PLUGIN_VERSION= 1.26
PLUGIN_REVISION= 1
PLUGIN_VERSION= 1.27
PLUGIN_DEPENDS= ddclient py${PLUGIN_PYTHON}-boto3
PLUGIN_COMMENT= Dynamic DNS client
PLUGIN_MAINTAINER= ad@opnsense.org

View file

@ -6,6 +6,11 @@ WWW: https://github.com/ddclient/ddclient
Plugin Changelog
================
1.27
* Add support for altering IPv6 addresses in native backend (contributed by SaarLAN-Pissbeutel)
* Fix Netcup host/domain recognition (contributed by SaarLAN-Pissbeutel)
1.26
* Add ddclient TTL configuration in Gandi and GoDaddy (contributed by David PHAM-VAN)