diff options
-rw-r--r-- | ddns.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -71,6 +71,8 @@ foreach ($filters as $filter) { if (preg_match('@' . $filter['regex'] . '@', $ip) == 1) $filterMatches[$i][] = $filter['name']; + else + $filterMatches[$i][] = 'non-' . $filter['name']; } $filterMatches[$i] = array_unique($filterMatches[$i]); } |