WP_FAIL2BAN_REMOTE_ADDR
IP address to use for anonymised requests.
Default setting: disabled
Added in version 3.6.0.
Some themes and plugins anonymise requests by clearing the remote IP address. This constant allows you to specify a fixed IP address to use in these cases.
Example: Set fixed IP for anonymised requests
/**
* IP address to use for anonymised requests
*/
define('WP_FAIL2BAN_REMOTE_ADDR', '172.16.123.123');
Attention
You must define this in wp-config.php
even if you are using the Premium flavour of WPf2b.