From 2650da6cf79a34e2989ee7620f1c6fe2bb67af30 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Fri, 22 Dec 2017 22:29:12 +0800 Subject: [PATCH] feat(announce): add client Vuze into blacklist --- config/env/torrents.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/env/torrents.js b/config/env/torrents.js index 2e9125d7..4c4a4f0c 100644 --- a/config/env/torrents.js +++ b/config/env/torrents.js @@ -726,13 +726,14 @@ module.exports = { * @name: client software name */ clientBlackList: [ - {name: 'Transmission/2.93', type: 'client'}, {name: 'Mozilla', type: 'browser'}, {name: 'AppleWebKit', type: 'browser'}, {name: 'Safari', type: 'browser'}, {name: 'Chrome', type: 'browser'}, {name: 'Lynx', type: 'browser'}, - {name: 'Opera', type: 'browser'} + {name: 'Opera', type: 'browser'}, + {name: 'Transmission/2.93', type: 'client'}, + {name: 'Azureus 5.7.6.0', type: 'client'} ], /**