blacklist dosent work

fabcab84

New Member
May 10, 2023
5
0
1
hi i have domains in the blackist ue for some reason dosent work.. why ?
 

Attachments

  • ss.png
    ss.png
    11 KB · Views: 59
Hi,

a Domain object matches the full domain name (e.g. inacal.gob.pe) in you case, not just the TLD.
Thus you need to either add all full domain names as Domain objects or use a Regex object.

Hope this helps!