From 60f14e962b055276c5147277db4502e1ddad53d6 Mon Sep 17 00:00:00 2001 From: blacktwin Date: Thu, 28 Sep 2017 14:56:47 -0400 Subject: [PATCH] Update ip_whitelist.py --- killstream/ip_whitelist.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/killstream/ip_whitelist.py b/killstream/ip_whitelist.py index 410ee03..472ecc6 100644 --- a/killstream/ip_whitelist.py +++ b/killstream/ip_whitelist.py @@ -22,10 +22,10 @@ PLEX_URL = 'http://localhost:32400' PLEXPY_APIKEY = 'xxxxx' # Your PlexPy API key PLEXPY_URL = 'http://localhost:8182/' # Your PlexPy URL -IP_WHITELIST = ['10.10.0.12'] -REASON = 'IP Address: {} was not found in whitelist.' -IGNORE_LST = ('Blacktwin') +IP_WHITELIST = ['10.10.0.12'] # List IP addresses. +IGNORE_LST = ('') # List usernames that should be ignored. +REASON = 'IP Address: {} was not found in whitelist.' AGENT_ID = 14 # Notification agent ID for PlexPy # Find Notification agent ID here: