File tree Expand file tree Collapse file tree
pkg/deb/etc/peerbanhelper Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010}
1111
1212group = " com.ghostchu.peerbanhelper"
13- version = " 9.3.12 "
13+ version = " 9.3.13 "
1414
1515java {
1616 sourceCompatibility = JavaVersion .VERSION_25
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ module:
5353 - ' {"method":"STARTS_WITH","content":"-dt"}'
5454 - ' {"method":"CONTAINS","content":"-rn0.0.0"}'
5555 - ' {"method":"STARTS_WITH","content":"-sd"}'
56+ - ' {"method":"STARTS_WITH","content":"-sd"}'
5657 - ' {"method":"STARTS_WITH","content":"-xf"}'
5758 - ' {"method":"STARTS_WITH","content":"-qd"}'
5859 - ' {"method":"STARTS_WITH","content":"-bn"}'
@@ -436,7 +437,7 @@ module:
436437 # 此模块保护与 PeerBanHelper 关联的下载器的拒绝服务攻击
437438 # This module protects the downloader that associated with PBH from DoS attack
438439 idle-connection-dos-protection :
439- enabled : true
440+ enabled : false
440441 ban-duration : 900000
441442 # 允许的最长闲置连接时间 - Max allowed idle time
442443 # 当一个 Peer 长时间没有任何数据传输或状态更新,且速度持续低于 idle-speed-threshold 时,将被视为闲置连接
You can’t perform that action at this time.
0 commit comments