dns/ddclient: test drive errors:no

This commit is contained in:
Franco Fichtner 2025-05-06 09:04:53 +02:00
parent 1ad7c634c7
commit 820bb85d6d
3 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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