diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index b5c549e80..4d766d71c 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= ddclient PLUGIN_VERSION= 1.20 +PLUGIN_REVISION= 1 PLUGIN_DEPENDS= ddclient py${PLUGIN_PYTHON}-boto3 PLUGIN_COMMENT= Dynamic DNS client PLUGIN_MAINTAINER= ad@opnsense.org diff --git a/dns/ddclient/pkg-descr b/dns/ddclient/pkg-descr index 4de70f386..ef258de9c 100644 --- a/dns/ddclient/pkg-descr +++ b/dns/ddclient/pkg-descr @@ -8,6 +8,7 @@ Plugin Changelog 1.20 +* Add system parameter to native dyndns2 requesto (contributed by Jakub Gargul) * Add Digitalocean support (contributed by Mathias Schneuwly) * Add Mythin Beasts support (contributed by PeterF)