From 024f1017fb070ff12e89b5e8491a0b65752041eb Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 22 May 2025 08:10:36 +0200 Subject: [PATCH] dns/ddclient: pick up this fix --- dns/ddclient/Makefile | 2 +- dns/ddclient/pkg-descr | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index fe09e3613..36532cc4a 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -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 diff --git a/dns/ddclient/pkg-descr b/dns/ddclient/pkg-descr index 2809acd26..f50bc5346 100644 --- a/dns/ddclient/pkg-descr +++ b/dns/ddclient/pkg-descr @@ -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