Skip to content

Commit 7610c7f

Browse files
committed
bump version
1 parent bc0f00e commit 7610c7f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "com.ghostchu.peerbanhelper"
13-
version = "9.3.12"
13+
version = "9.3.13"
1414

1515
java {
1616
sourceCompatibility = JavaVersion.VERSION_25

pkg/deb/etc/peerbanhelper/profile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 时,将被视为闲置连接

0 commit comments

Comments
 (0)