Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

报错 #71

Closed
ssd2077 opened this issue Nov 11, 2023 · 2 comments
Closed

报错 #71

ssd2077 opened this issue Nov 11, 2023 · 2 comments

Comments

@ssd2077
Copy link

ssd2077 commented Nov 11, 2023

{
"inbounds": [
{
"type": "socks",
"listen": "127.0.0.1",
"listen_port": 1080
},
{
"type": "mixed",
"listen": "::",
"listen_port": 10000
}
],
"outbounds": [
{
"type": "vless",
"tag": "vless-out",
"server": "",
"server_port": ,
"uuid": "",
"flow": "xtls-rprx-vision",
"tls": {
"enabled": true,
"server_name": "",
"utls": {
"enabled": true,
"fingerprint": "chrome"
},
"reality": {
"enabled": true,
"public_key": "",
"short_id": ""
}
},
"packet_encoding": "xudp"
}
],
"multiplex": {
"enabled": true,
"protocol": "h2mux",
"max_connections": 1,
"min_streams": 4,
"padding": true,
"brutal": {
"enabled": true,
"up_mbps": 50,
"down_mbps": 1000
}
}
}客户端报错FATAL[0000] decode config at /root/sin-box.conf: json: unknown field "multiplex"

@ssd2077
Copy link
Author

ssd2077 commented Nov 11, 2023

算了,用回bbr

@chika0801
Copy link
Owner

chika0801 commented Nov 11, 2023

客户端报错FATAL[0000] decode config at /root/sin-box.conf: json: unknown field "multiplex"

使用最新测试版本的sing-box

"flow": "xtls-rprx-vision",

改为 "flow": "", 或删除这个参数。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants