From 861d90b4aef72ebf8afd240f080117d9e524180e Mon Sep 17 00:00:00 2001 From: blacktwin Date: Fri, 13 Oct 2017 08:37:46 -0400 Subject: [PATCH] Update ip_whitelist.py --- killstream/ip_whitelist.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/killstream/ip_whitelist.py b/killstream/ip_whitelist.py index c777833..6b899c6 100644 --- a/killstream/ip_whitelist.py +++ b/killstream/ip_whitelist.py @@ -1,7 +1,8 @@ # -*- coding: utf-8 -*- ''' -Use a whitelist of IP addresses to restrict access. Any streams where the IP not listed will be killed. +Receive session_key and IP from PlexPy when playback starts. Use IP to check against whitelist. +If not in whitelist use session_key to determine stream and kill. PlexPy > Settings > Notification Agents > Scripts > Bell icon: [X] Notify on playback start