Fail2Ban – multiple values for WP_FAIL2BAN_BLOCKED_USERS
-
Hi folks. Let’s say I wanted to add multiple values to the WP_FAIL2BAN_BLOCKED_USERS variable. Is the right way to do that by piping additional values into the regex as below?
define(‘WP_FAIL2BAN_BLOCKED_USERS’,’^admin|webmaster|domain$’);
Or can you use multiple ‘define’ statements?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Fail2Ban – multiple values for WP_FAIL2BAN_BLOCKED_USERS’ is closed to new replies.