#Firmware/v270
ok = dns.match(addr, list)
Returns true if addr is in the list.
true
addr
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
ok = dns.match('192.168.0.123', '192.168.*.1, 192.168.0.*, test.scannex.com') --> true