Home › Forums › Support Forum › Brute Froce Whitelist › Reply To: Brute Froce Whitelist
June 26, 2015 at 9:18 pm
#1163
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"))