Added `63.237.48.3` to blacklist
This commit is contained in:
parent
3c6cdac68f
commit
8907467483
|
@ -3,6 +3,7 @@ const util = require('./util')
|
||||||
const debug = false
|
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
|
||||||
]
|
]
|
||||||
let stats = {
|
let stats = {
|
||||||
total: 0,
|
total: 0,
|
||||||
|
|
Loading…
Reference in New Issue