Reply To: Brute Froce Whitelist

Home Forums Support Forum Brute Froce Whitelist Reply To: Brute Froce Whitelist

#1163

Anti-Malware Admin
Key Master

You shouldn’t need to whitelist anyone as it should only block brute force attack but you can add more IPs to the array on the first line of you wp-config.php file.

That first line should start like this:
< ?php if (!in_array($_SERVER["REMOTE_ADDR"], array("1.2.3.9", "1.1.1.6"))