Hi guys,
is it possible to add an exception for an ip range (cidr notation)? [8-)]
Example:
Matching these URLs:
^https?://192.168.1.0/24
Thanks!
BR
labtexc
This thread was automatically locked due to age.
You don't really need the ".*" at the end; that just makes the string comparison take longer. You could just use ^https?://192\.168\.[0-7]\.
Cheers - Bob
Question: How to do with this range: 91.123.96.0 - 91.123.111.255
Thank you for your help.
Best regards