WP_FAIL2BAN_EX_WAF

Control the state of the WAF.

Default setting: disabled

Premium only

New in version 5.1.0.


The state can be one of:

on
Enabled; blocks detected threats.
off
Disabled.
logging
Detects and logs threats.
Example: Enabling logging only
/**
 * WAF state.
 */
define('WP_FAIL2BAN_EX_WAF', 'logging');