From c97f3d4ce8b1f8a8bfa2c4dddf75513433aaa78e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 17 Dec 2024 07:45:12 +0100 Subject: [PATCH] dns/ddclient: new version --- dns/ddclient/Makefile | 2 +- dns/ddclient/pkg-descr | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index dc8f2f58d..d61c41810 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= ddclient -PLUGIN_VERSION= 1.25 +PLUGIN_VERSION= 1.26 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 1215267ca..c4aad2a2e 100644 --- a/dns/ddclient/pkg-descr +++ b/dns/ddclient/pkg-descr @@ -6,6 +6,10 @@ WWW: https://github.com/ddclient/ddclient Plugin Changelog ================ +1.26 + +* Add ddclient TTL configuration in Gandi and GoDaddy (contributed by David PHAM-VAN) + 1.25 * Add DigitalOcean support to native backend (contributed by Olly Baker)