Update filter.js

Added `189.216.247.113` to blacklist
This commit is contained in:
freearhey 2019-08-03 16:37:18 +03:00
parent 94a68dee5f
commit 241d226b7d
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ const debug = false
const blacklist = [ const blacklist = [
'80.80.160.168', // repeats on a loop '80.80.160.168', // repeats on a loop
'63.237.48.3', // not a live stream '63.237.48.3', // not a live stream
'189.216.247.113', // not working streams
] ]
let stats = { let stats = {
total: 0, total: 0,