We have a subnet of phones that all share the same username/password. I’m trying to add a regular expression so that the login shows up on all of the IP addresses. Can anyone figure out why my expression isn’t working?
The expression should include IPs: 10.10.0.10 - 10.10.0.254
This is the expression I’m trying to use: ^http://10.10.0.([1-9]\d|1\d\d|2[0-4]\d|25[0-4])$