mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
dns/ddclient: wrap up version
This commit is contained in:
parent
f216f3d458
commit
93c1989036
2 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
PLUGIN_NAME= ddclient
|
||||
PLUGIN_VERSION= 1.29
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_VERSION= 1.30
|
||||
PLUGIN_DEPENDS= ddclient py${PLUGIN_PYTHON}-boto3
|
||||
PLUGIN_COMMENT= Dynamic DNS client
|
||||
PLUGIN_MAINTAINER= ad@opnsense.org
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@ accounts on many dynamic DNS services.
|
|||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.30
|
||||
|
||||
* Add native backend support for Hostinger (contributed by Leandro Scardua)
|
||||
|
||||
1.29
|
||||
|
||||
* Add native backend support for Hetzner DNS (contributed by Michael J. Arcan)
|
||||
|
|
|
|||
Loading…
Reference in a new issue