If you want to remove IP addresses from the ADDITIONAL ROLES section of code do these steps.
Deactivate the Plugin Firewall.
Edit this file > /wp-content/plugins/bulletproof-security/admin/htaccess/plugins.htaccess
Delete the lines of htaccess code that you no longer want. See the example below.
Activate the Plugin Firewall.
Example:
Before:
# BEGIN ADDITIONAL ROLES IP
RewriteCond %{REMOTE_ADDR} !^127.0.0.1$
RewriteCond %{REMOTE_ADDR} !^127.0.0.2$
RewriteCond %{REMOTE_ADDR} !^127.0.0.3$
RewriteCond %{REMOTE_ADDR} !^127.0.0.4$
RewriteCond %{REMOTE_ADDR} !^104.6.198.18$
RewriteCond %{REMOTE_ADDR} !^104.6.198.19$
RewriteCond %{REMOTE_ADDR} !^104.6.198.20$
# END ADDITIONAL ROLES IP
After:
# BEGIN ADDITIONAL ROLES IP
RewriteCond %{REMOTE_ADDR} !^127.0.0.1$
# END ADDITIONAL ROLES IP