From 820bb85d6d8621b3d603304b5a05b52ff2c0dcc6 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 6 May 2025 09:04:53 +0200 Subject: [PATCH] dns/ddclient: test drive errors:no --- dns/ddclient/Makefile | 2 +- dns/ddclient/pkg-descr | 1 + .../src/opnsense/service/conf/actions.d/actions_ddclient.conf | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index cb55c5f2c..fe09e3613 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= ddclient PLUGIN_VERSION= 1.27 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 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 0d3991e44..2809acd26 100644 --- a/dns/ddclient/pkg-descr +++ b/dns/ddclient/pkg-descr @@ -9,6 +9,7 @@ Plugin Changelog 1.27 * 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) * Removed defunct ip4only.me and ip6only.me diff --git a/dns/ddclient/src/opnsense/service/conf/actions.d/actions_ddclient.conf b/dns/ddclient/src/opnsense/service/conf/actions.d/actions_ddclient.conf index 8500bfa48..8349ebdfe 100644 --- a/dns/ddclient/src/opnsense/service/conf/actions.d/actions_ddclient.conf +++ b/dns/ddclient/src/opnsense/service/conf/actions.d/actions_ddclient.conf @@ -6,7 +6,8 @@ type:script message:starting ddclient [stop] -command:pkill -F /var/run/ddclient.pid 2> /dev/null; /usr/local/etc/rc.d/ddclient_opn onestop 2> /dev/null; exit 0 +command:pkill -F /var/run/ddclient.pid 2> /dev/null; /usr/local/etc/rc.d/ddclient_opn onestop 2> /dev/null +errors:no type:script message:stopping ddclient