dns/dyndns: start release notes for 1.26

This commit is contained in:
Franco Fichtner
2021-11-04 09:00:04 +01:00
parent ffa7ad54bc
commit b9452963e8
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -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
+4
View File
@@ -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)
+1 -1
View File
@@ -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: