dns/ddclient: pick up this fix

This commit is contained in:
Franco Fichtner
2025-05-22 08:10:36 +02:00
parent a3575183dd
commit 024f1017fb
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PLUGIN_NAME= ddclient
PLUGIN_VERSION= 1.27
PLUGIN_REVISION= 2
PLUGIN_REVISION= 3
PLUGIN_DEPENDS= ddclient py${PLUGIN_PYTHON}-boto3
PLUGIN_COMMENT= Dynamic DNS client
PLUGIN_MAINTAINER= ad@opnsense.org
+1
View File
@@ -11,6 +11,7 @@ Plugin Changelog
* Add support for altering IPv6 addresses in native backend (contributed by SaarLAN-Pissbeutel)
* Add Akamai to checkip providers (contributed by Rajiv Aaron Manglani)
* Fix Netcup host/domain recognition (contributed by SaarLAN-Pissbeutel)
* Empty IP send to DNS provider and replace dyndns by dynu (contributed by Meliox)
* Removed defunct ip4only.me and ip6only.me
1.26