dns/dyndns: add EuroDNS wildcard support

PR: https://github.com/opnsense/plugins/issues/586
This commit is contained in:
Franco Fichtner
2019-06-25 22:04:25 +02:00
parent 116b16a821
commit 7e494c0cf3
@@ -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);