From 61ff5956d5f7a79c6609d5c34e7d74e0c15b3f79 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 23 Oct 2018 21:30:06 +0200 Subject: [PATCH] dns/dyndns: custom updates solely with URL PR: https://github.com/pfsense/pfsense/commit/45ff6b8f1d --- dns/dyndns/Makefile | 1 + dns/dyndns/src/etc/inc/plugins.inc.d/dyndns/phpDynDNS.inc | 1 + 2 files changed, 2 insertions(+) diff --git a/dns/dyndns/Makefile b/dns/dyndns/Makefile index 06b708aa5..0903a01b1 100644 --- a/dns/dyndns/Makefile +++ b/dns/dyndns/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= dyndns PLUGIN_VERSION= 1.10 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Dynamic DNS Support PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/dns/dyndns/src/etc/inc/plugins.inc.d/dyndns/phpDynDNS.inc b/dns/dyndns/src/etc/inc/plugins.inc.d/dyndns/phpDynDNS.inc index 6120661c5..72e45d73b 100644 --- a/dns/dyndns/src/etc/inc/plugins.inc.d/dyndns/phpDynDNS.inc +++ b/dns/dyndns/src/etc/inc/plugins.inc.d/dyndns/phpDynDNS.inc @@ -210,6 +210,7 @@ class updatedns } break; case 'custom': + case 'custom-v6': if (!$dnsUpdateURL) { $this->_error(7); }