Update anytls v0.0.13

Co-authored-by: anytls <anytls>
This commit is contained in:
anytls
2026-07-22 16:24:20 +09:00
committed by GitHub
parent 7067276170
commit e972dd660d
6 changed files with 21 additions and 3 deletions
+5
View File
@@ -17,6 +17,7 @@ icon: material/new-box
"idle_session_check_interval": "30s",
"idle_session_timeout": "30s",
"min_idle_session": 5,
"disable_reuse": false,
"tls": {},
... // Dial Fields
@@ -55,6 +56,10 @@ In the check, close sessions that have been idle for longer than this. Default:
In the check, at least the first `n` idle sessions are kept open. Default value: `n`=0
#### disable_reuse
Disable TLS connection reuse. Default: false.
#### tls
==Required==
+5
View File
@@ -17,6 +17,7 @@ icon: material/new-box
"idle_session_check_interval": "30s",
"idle_session_timeout": "30s",
"min_idle_session": 5,
"disable_reuse": false,
"tls": {},
... // 拨号字段
@@ -55,6 +56,10 @@ AnyTLS 密码。
在检查中,至少前 `n` 个空闲会话保持打开状态。默认值:`n`=0
#### disable_reuse
禁用 TLS 连接复用。默认值:false。
#### tls
==必填==