feat(announce): add client Vuze into blacklist

This commit is contained in:
OldHawk
2017-12-22 22:29:12 +08:00
parent 897ec6a76a
commit 2650da6cf7

View File

@@ -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'}
],
/**