2dust / v2rayN

A GUI client for Windows, support Xray core and v2fly core and others
https://1.2345345.xyz
GNU General Public License v3.0
64.22k stars 10.9k forks source link

[Bug]: config文件outbound中的gRPC配置与服务器配置文件不符 #5261

Closed wtfr-dot closed 2 weeks ago

wtfr-dot commented 2 weeks ago

预期情况

修正配置文件

实际情况

我使用vless底层传输gRPC,在传输模式上选择了“muti”,但生成的outbound文件缺少了multi选项 image 实际生成的配置 "outbounds": [ { "type": "vless", "tag": "proxy", "server": "", "server_port": 443, "uuid": "", "packet_encoding": "xudp", "tls": { "enabled": true, "server_name": "", "insecure": false, "alpn": [ "h2" ], "utls": { "enabled": true, "fingerprint": "chrome" } }, "transport": { "type": "grpc", "service_name": "", "idle_timeout": "60s", "ping_timeout": "20s", "permit_without_stream": false } },

复现方法

传输模式选gun或muti在配置文件上都没有体现出来

日志信息

远程服务器上可以看见连接模式是Tun而不是Tunmuti

额外信息

No response

我确认已更新至最新版本

我确认已查询历史issues

2dust commented 2 weeks ago

请用xray core启动 sing-box支持不完整