Description
- Use the token key to add another layer of protection to protect the backend of your website so that only those who know the token key can access your backend, for example: http://yoursite.com/administrator?mytoken, using incorrect token will be redirected to homepage page: http://yoursite.com
- Allow IP / Prohibit IP using IP Whitelist / IP Blacklist, support IPv4 and IPv6.
- Automatic update on IP blacklist with addresses already identified as unsafe worldwide.
- Supports many types of IP range: single IP address, CIDR mask, wildcard, low to high IP address.
- Activation on Frontend / Backend / Both
- You can enable the plugin on some pages of your site if you only want to protect it apart from the site.
- You can write comments in the IP list (use #)
- The whitelist must contain IP addresses that should NOT be blocked, the blacklist must contain IP addresses to block. The whitelist is checked first and will override the blacklisted IP addresses.
- Test mode, so you can put the tested IP address via URL to see how BlockIP Solutecia filters it and what rule in the list allows/denies that IP address. Simply turn on test mode, then pass the IP address through a URL like this: http://yoursite.com?ipaddress=testIPAddress BlockIP Solutecia will tell you that the IP address will be allowed or denied to access your site, and which rule in the list allows/denies
- Message alert when you are blocking yourself.
- If a whitelisted IP is found, that user will be able to access your site and the plugin will NOT check that blacklisted IP.
- If an IP is NOT found in the whitelist, the plugin will check that IP in the blacklist, if that IP is found in the blacklist, the user will be blocked.
- If an IP is not found in both the whitelist and blacklist, the user will be able to access your site.