Inside the plugin file ip-access-notification.php, there's only one thing to be edited in order to make this work properly. Line 14:
<?php $notify_ips = array("xxx.xxx.xxx.xxx"); // IPs to check for ?>
That's where you put the IP(s). If you want to check for more than one IP, add more like that:
<?php $notify_ips = array("xxx.xxx.xxx.xxx", "xxx.xxx.xxx.xxx", "xxx.xxx.xxx.xxx"); // IPs to check for ?>




