Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 502 Bytes

WP_FAIL2BAN_EX_WAF.rst

File metadata and controls

34 lines (23 loc) · 502 Bytes

WP_FAIL2BAN_EX_WAF

Control the state of the WAF.

5.1.0


The state can be one of:

on

Enabled; blocks detected threats.

off

Disabled.

logging

Detects and logs threats.

/**
 * WAF state.
 */
define('WP_FAIL2BAN_EX_WAF', 'logging');