qbittorrent / qBittorrent

qBittorrent BitTorrent client
https://www.qbittorrent.org
Other
28.02k stars 3.95k forks source link

Improved IP filtering option #20875

Open AsaadSaid123 opened 5 months ago

AsaadSaid123 commented 5 months ago

Suggestion

Please improve IP filtering so that users can to ban range of IPs, such as 1.1.1.1-1.1.1.254, image

Also, It will be easy to import list of IPs from file.

Use case

No response

Extra info/examples/attachments

Example: image

HanabishiRecca commented 5 months ago

IP filters already support that. For example, create ipfilter.dat text file with such contents:

# Format: IP range, priority (<127=ban), comment
001.001.001.000 - 001.001.001.255 , 100 , Malicious peer

Then copy a path into the Filter path option visible on your screenshot.