From f308970fa07c1c1490c58fcf01a0755f5fc35507 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 23 Nov 2021 07:29:23 +0100 Subject: [PATCH] dns/dyndns: undo revert, we will be using v2 only --- dns/dyndns/Makefile | 1 + dns/dyndns/pkg-descr | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/dyndns/Makefile b/dns/dyndns/Makefile index bf2d1b372..0624e9ecc 100644 --- a/dns/dyndns/Makefile +++ b/dns/dyndns/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= dyndns PLUGIN_VERSION= 1.26 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Dynamic DNS Support PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/dns/dyndns/pkg-descr b/dns/dyndns/pkg-descr index 3c4721226..d005aa117 100644 --- a/dns/dyndns/pkg-descr +++ b/dns/dyndns/pkg-descr @@ -7,7 +7,6 @@ Plugin Changelog * Add support for 1984 Hosting Company (contributed by Adrian Fedoreanu) * Add %HOST% support for custom dynamic DNS (contributed by Marc Collins) -* Revert FreeDNS URL change (contributed by andrewhotlab) * Add PAYLOAD log and debug support for missing code spots 1.25