Check if Address in List

ok = dns.match(addr, list)

Returns true if addr is in the list.

Useful for "allow" matches that include DNS names and IP wildcards.

e.g. ok = dns.match('192.168.0.123', '192.168.*.1, 192.168.0.*, test.scannex.com') --> true