You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
Describe the bug【描述 bug】
配置文件中加入lazy = true后频繁出现ERR_CONNECTION_CLOSED或ERR_SSL_BAD_RECORD_MAC_ALERT,出现频率极高,远高于说明文件中的"有时"
To Reproduce【如何复现该bug】
直接运行即出现
Expected behavior【预期的行为】
请求正常
Envs (please complete the following information):【系统环境】
客户端:
OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.22000 N/A Build 22000
服务端:
20.04.1-Ubuntu
Config file 【配置文件,客户端服务端配置都提供】
客户端:
[[dial]]
tag = "my_server"
protocol = "vlesss"
uuid = "*"
ip = "*"
host = "*"
port = *
version = 0
utls = true
lazy = true
服务端:
[[listen]]
tag = "entrance"
protocol = "vlesss"
uuid = "*"
ip = "0.0.0.0"
host = "*"
port = *
version = -1
fallback = ":80"
cert = "*"
key = "*"
lazy = true
Describe the bug【描述 bug】
配置文件中加入
lazy = true
后频繁出现ERR_CONNECTION_CLOSED或ERR_SSL_BAD_RECORD_MAC_ALERT,出现频率极高,远高于说明文件中的"有时"To Reproduce【如何复现该bug】
直接运行即出现
Expected behavior【预期的行为】
请求正常
Envs (please complete the following information):【系统环境】
客户端:
OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.22000 N/A Build 22000
服务端:
20.04.1-Ubuntu
Config file 【配置文件,客户端服务端配置都提供】
客户端:
服务端:
Debug Log 【Debug日志, 客户端 和 服务端 的 日志 都提供】
vs_client.log
vs_server.log
Other 【其他】
只尝试访问了谷歌邮箱和speedtest,之前自己做过更多测试,请求正常率极低,这里全放上来的话感觉太长了没必要,如果需要的话也可以全放上来
【注意,配置文件和客户端服务端配置 太长的话,前后加上三个 ```】
The text was updated successfully, but these errors were encountered: