mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 08:56:23 -04:00
dns/ddclient: prep version
This commit is contained in:
parent
55820e4f77
commit
cca0ae380b
2 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
PLUGIN_NAME= ddclient
|
||||
PLUGIN_VERSION= 1.11
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_VERSION= 1.12
|
||||
PLUGIN_DEPENDS= ddclient-devel
|
||||
PLUGIN_COMMENT= Dynamic DNS client
|
||||
PLUGIN_MAINTAINER= ad@opnsense.org
|
||||
|
|
|
|||
|
|
@ -6,6 +6,11 @@ WWW: https://github.com/ddclient/ddclient
|
|||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.12
|
||||
|
||||
* Add cloudflare implementation for Python backend (contributed by Thomas Cekal)
|
||||
* Allow custom target hostname for dyndns2 protocol in Python backend
|
||||
|
||||
1.11
|
||||
|
||||
* Add Python backend support for custom ddclient-like implementation using the same input
|
||||
|
|
|
|||
Loading…
Reference in a new issue