2015-05-01, 09:38 PM
This plugin doesn't consider the scrutinize setting and outputs the IP from one of the environment infos. You can open admin/index.php and change:
$ip = getenv("REMOTE_ADDR");
to:$ip = get_ip();