mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/dyndns: custom updates solely with URL
PR: https://github.com/pfsense/pfsense/commit/45ff6b8f1d
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user