diff --git a/dns/dyndns/Makefile b/dns/dyndns/Makefile index 3226022b7..bf2d1b372 100644 --- a/dns/dyndns/Makefile +++ b/dns/dyndns/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= dyndns -PLUGIN_VERSION= 1.25 +PLUGIN_VERSION= 1.26 PLUGIN_COMMENT= Dynamic DNS Support PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/dns/dyndns/pkg-descr b/dns/dyndns/pkg-descr index 8c452c9fa..c6faedff3 100644 --- a/dns/dyndns/pkg-descr +++ b/dns/dyndns/pkg-descr @@ -3,6 +3,10 @@ Support for numerous Dynamic DNS services (DynDNS et al) Plugin Changelog ================ +1.26 + +* Added support for 1984 Hosting Company (contributed by Adrian Fedoreanu) + 1.25 * Make regfish DynDNS work for IPv4 and IPv6 (contributed by DeepCoreSystem) diff --git a/dns/dyndns/src/www/services_dyndns_edit.php b/dns/dyndns/src/www/services_dyndns_edit.php index 6fae49dc8..7de8d9cbb 100644 --- a/dns/dyndns/src/www/services_dyndns_edit.php +++ b/dns/dyndns/src/www/services_dyndns_edit.php @@ -113,6 +113,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { $host_to_check = $pconfig['host']; switch ($pconfig['type']) { + case '1984-hosting': case 'cloudflare': case 'cloudflare-token': case 'cloudflare-token-v6': @@ -129,7 +130,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { case 'linode': case 'linode-v6': case 'namecheap': - case '1984-hosting': $host_to_check = preg_replace('/^[@*]\./', '', $host_to_check); break; default: