Configure

White listed IP Addresses are to be included within your ExpressionEngine config file as a simple array. For example:

//throttling
$config['throttling_whitelist'] = [
    '127.0.0.1',
    '184.179.247.80',
];

$config['throttle_ignore_logged_in'] = 'y';