mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
dns/ddclient: test drive errors:no
This commit is contained in:
parent
1ad7c634c7
commit
820bb85d6d
3 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue