mirror of
https://github.com/c0re100/qBittorrent-Enhanced-Edition.git
synced 2025-01-09 04:18:39 +08:00
Update blacklist
This commit is contained in:
parent
96b80ed51d
commit
adda699efb
@ -16,7 +16,7 @@ bool is_bad_peer(const lt::peer_info& info)
|
||||
{
|
||||
static const std::regex id_filter("-(XL|SD|XF|QD|BN|DL|TS|DT|HP)(\\d+)-");
|
||||
static const std::regex ua_filter(R"((\d+.\d+.\d+.\d+|cacao_torrent))");
|
||||
static const std::regex consume_filter(R"(((dt|hp|xm)/torrent|Gopeed dev|(Taipei-torrent( dev)?)))", std::regex_constants::icase);
|
||||
static const std::regex consume_filter(R"(((dt|hp|xm)/torrent|Gopeed dev|Rain 0.0.0|(Taipei-torrent( dev)?)))", std::regex_constants::icase);
|
||||
|
||||
// TODO: trafficConsume by thank243(senis) but it's hard to determine GT0003 is legitimate client or not...
|
||||
// Anyway, block dt/torrent and Taipei-torrent with specific case first.
|
||||
|
Loading…
Reference in New Issue
Block a user