dns/dyndns: custom updates solely with URL

PR: https://github.com/pfsense/pfsense/commit/45ff6b8f1d
This commit is contained in:
Franco Fichtner
2018-10-23 21:30:06 +02:00
parent 90f589b774
commit 61ff5956d5
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= dyndns
PLUGIN_VERSION= 1.10
PLUGIN_REVISION= 1
PLUGIN_COMMENT= Dynamic DNS Support
PLUGIN_MAINTAINER= franco@opnsense.org
@@ -210,6 +210,7 @@ class updatedns
}
break;
case 'custom':
case 'custom-v6':
if (!$dnsUpdateURL) {
$this->_error(7);
}