From 7e494c0cf358c1426f8cf246d260038b6cc94d9c Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 25 Jun 2019 22:04:25 +0200 Subject: [PATCH] dns/dyndns: add EuroDNS wildcard support PR: https://github.com/opnsense/plugins/issues/586 --- dns/dyndns/src/www/services_dyndns_edit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/dns/dyndns/src/www/services_dyndns_edit.php b/dns/dyndns/src/www/services_dyndns_edit.php index 7aef29e26..c301b56f2 100644 --- a/dns/dyndns/src/www/services_dyndns_edit.php +++ b/dns/dyndns/src/www/services_dyndns_edit.php @@ -107,6 +107,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { switch ($pconfig['type']) { case 'cloudflare': case 'cloudflare-v6': + case 'eurodns': case 'googledomains': case 'namecheap': $host_to_check = preg_replace('/^[@*]\./', '', $host_to_check);