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.