From b3fa1c62f9a6f488171db56e948044fcc6c9d511 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Sun, 2 Jan 2022 16:50:56 +0100 Subject: [PATCH] dns/ddclient - replacement for dyndns using ddclient package --- dns/ddclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index 5e3081e0a..4cdc7bf15 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= ddclient PLUGIN_VERSION= 1 -PLUGIN_REVISION= 1 +#PLUGIN_REVISION= 1 PLUGIN_COMMENT= Dynamic DNS client PLUGIN_MAINTAINER= ad@opnsense.org