chika0801 / sing-box-examples

sing-box 配置示例
https://github.com/SagerNet/sing-box
1.65k stars 276 forks source link

报错 #71

Closed ssd2077 closed 8 months ago

ssd2077 commented 8 months ago

{ "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 commented 8 months ago

算了,用回bbr

chika0801 commented 8 months ago

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

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

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

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