dns/ddclient: new version

This commit is contained in:
Franco Fichtner 2025-10-21 14:51:10 +02:00
parent 04a0f55879
commit 443c7a65bf
2 changed files with 5 additions and 2 deletions

View file

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

View file

@ -6,6 +6,10 @@ WWW: https://github.com/ddclient/ddclient
Plugin Changelog
================
1.28
* Add native backend support for PowerDNS API (contributed by Oliver Traber)
1.27
* Add support for altering IPv6 addresses in native backend (contributed by SaarLAN-Pissbeutel)