diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index 409129f4f..1e6f5d3ba 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -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 diff --git a/dns/ddclient/pkg-descr b/dns/ddclient/pkg-descr index d26ea9ba9..f9641c8a4 100644 --- a/dns/ddclient/pkg-descr +++ b/dns/ddclient/pkg-descr @@ -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