PeerBanHelper icon indicating copy to clipboard operation
PeerBanHelper copied to clipboard

自动封禁不受欢迎、吸血和异常的 BT 客户端,并支持自定义规则。PeerId黑名单/UserAgent黑名单/IP CIDR/假进度检测/超量下载检测 支持 qBittorrent/Transmission

Results 4 PeerBanHelper issues
Sort by recently updated
recently updated
newest added

我在树莓派4B上执行了下面的操作: sudo apt-get update sudo apt-get upgrade sudo apt-get install docker.io sudo apt-get install docker-compose 然后将当前用户添加到docker组, 然后创建文件docker-compose.yml,添加了如下内容: version: "3.3" services: peerbanhelper: image: "ghostchu/peerbanhelper:v3.3.7" restart: unless-stopped container_name: "peerbanhelper" volumes: - ./:/app/data...

Stacktrace ```text Exception in thread "main" java.lang.RuntimeException: java.lang.NullPointerException: Cannot invoke "org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection.getBoolean(String)" because "section" is null at com.ghostchu.peerbanhelper.Main.main(Main.java:98) Caused by: java.lang.NullPointerException: Cannot invoke "org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection.getBoolean(String)" because "section" is null at com.ghostchu.peerbanhelper.btn.BtnNetwork.(BtnNetwork.java:45) at...

bug
wontfix

![dcd27879c4847d9fdbfae5685cb2239c](https://github.com/PBH-BTN/PeerBanHelper/assets/19235246/5765c7d0-5bd8-4bdf-a4d7-95ec0456f6b3) The number of banned peers is much larger than the unbanned peers, which may cause confusion. BTW, this number also not match the total of the ban logs. ![fc9b9e9ca867390860b005df172f97f6](https://github.com/PBH-BTN/PeerBanHelper/assets/19235246/20d740c9-67b4-4efe-9649-39d7fcf0b243)

question