Do you know why you are blocked? Did you check the firewall’s log?
You shouldn’t be blocked.
If you want to whitelist your IP, use the .htninja file:
<?php
/*
+===========================================================================================+
| NinjaFirewall optional configuration file |
| |
| See: https://blog.nintechnet.com/ninjafirewall-wp-edition-the-htninja-configuration-file/ |
+===========================================================================================+
*/
if ( $_SERVER["REMOTE_ADDR"] == '1.2.3.4' ) {
return 'ALLOW'; // whitelist
}
Replace ‘1.2.3.4’ with your IP, and upload the file into your WordPress root folder.
hello good in the free version can you do that ???
Yes, you can do that in all NinjaFirewall versions.
And is there no option to whitelist the server’s ip within the plugin that is not generating things for which we do not have much knowledge ???
Whitelists and blacklists are available in the WP+ Edition, not the free WP.
with the paid version as it would be since the paid version ???
Go to “NinjaFirewall > Access Control”, click on the “IP address” tab, enter the IP to the whitelist and click the “Save Access Control directives” button to save the changes.
Write event to the firewall log yes??