White list for access, but not to bypass locked out.
-
Is there anyway I can request for this feature?
Basically, I want to blacklist everyone except the few IP addresses / range that I allow, but I don’t want to fully put them on the white list, because that will negate the lock out completely.
I am currently doing it by blacklisting every IP range that should not be able to login, which is simple if it’s just all public IP addresses leaving the 10.x.x.x, 172.16.x.x, and 192.168.0.x range accessible. The only problem with this approach is slowly, we have to add one-off IP addresses for vendors, and it get convoluted trying to block, but I don’t want to white list them so they can negate the password try attempts and other blocking function either. I’m not sure if that make sense to you, I hope I explained it correctly.
This is my current block list for all public IP addresses:
1.0.0.0 – 9.255.255.255 Remove Check for activity
11.0.0.0 – 171.255.255.255 Remove Check for activity
172.0.0.0 – 172.15.255.255 Remove Check for activity
172.32.0.0 – 172.255.255.255 Remove Check for activity
173.0.0.1 – 254.255.255.255 Remove Check for activityAlso, I want to say this is an awesome plugin! Make it so much easier for tightening up security instead of using hard-coded apache/nginx configuration changes. If you sync up the Github with the WordPress SVN, I can probably do this function and put in a pull-request. I found the github for this but it’s outdated sometime in 2015.
- The topic ‘White list for access, but not to bypass locked out.’ is closed to new replies.