Open annoyingapt opened 4 months ago
Currently the Hygiene connector won't match an IP with a CIDR address in the list. It also won't match a partial domain in a list either.
CIDR example 1.255.30.0/24 in vpn-ipv4 list Tested with 1.255.30.45 -> Hygiene failed to match Tested with 1.255.30.0/24 -> works
Domain example .02bancorp.com in bank website list Tested with www.02bancorp.com -> Hygiene failed to match
Possibly... If you had some guidance on how you would want it to work.
Hello,
Did you have activate the slow search mode in the connector?
Use case
Currently the Hygiene connector won't match an IP with a CIDR address in the list. It also won't match a partial domain in a list either.
CIDR example 1.255.30.0/24 in vpn-ipv4 list Tested with 1.255.30.45 -> Hygiene failed to match Tested with 1.255.30.0/24 -> works
Domain example .02bancorp.com in bank website list Tested with www.02bancorp.com -> Hygiene failed to match
Additional Information
Would you be willing to submit a PR?
Possibly... If you had some guidance on how you would want it to work.