Skip to content

qBittorrent Enhanced Edition v4.3.5.10

Compare
Choose a tag to compare
@c0re100 c0re100 released this 03 May 18:28
· 88 commits to v4_3_x since this release
5d3c97b

Changelog

  1. Official Update (v4.3.5)
  2. Peer whitelist/blacklist

Peer whitelist/blacklist:
If you don't know how to use or don't know regular expressions or something else,
WE STRONGLY RECOMMEND YOU NOT TO USE THAT FEATURE.

Whitelist:
The prerequisite of connecting to the plugin is to define a list of expressions describing peers (peer id + client name), everything that don't match these rules is dropped (connection is closed).

whitelist rules are placed in external file 'peer_whitelist.txt', located in qBittorrent data directory.
If there is NO such file, this plugin cannot be activated.

Since there are many old/minority clients we don't know.
#238 suggested whitelist only cover well-known bittorrent clients, it may false drop someone who using old/minority client.
So....USE IT AT YOUR OWN RISK!
I hope you know what are you doing :)

Peer whitelist technical details: #238 (comment)

Blacklist:
If peers (peer id + client name) match these rules will be dropped (connection is closed).

blacklist rules are placed in external file 'peer_blacklist.txt', located in qBittorrent data directory.
If there is NO such file, this plugin cannot be activated.

Peer blacklist technical details: #251