mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/dyndns: start release notes for 1.26
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user