mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/ddclient: test drive errors:no
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user