mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/dyndns: add EuroDNS wildcard support
PR: https://github.com/opnsense/plugins/issues/586
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user