proxysu / ProxySU

Xray,V2ray,Trojan,NaiveProxy, Trojan-Go, ShadowsocksR(SSR),Shadowsocks-libev及相关插件,MTProto+TLS 一键安装工具,windows下用(一键科学上网)
GNU General Public License v3.0
5.48k stars 1.52k forks source link

4.1.7已知问题 #322

Open next-autumn opened 1 year ago

next-autumn commented 1 year ago

v2ray quic 配置 security和key 后无法连接,security设置none后正常。

在 xray 上没问题,暂时不知道原因,望高手解惑!

next-autumn commented 1 year ago

"outbounds": [ { "tag": "proxy", "protocol": "vmess", "settings": { "vnext": [ { "address": "xxxxxx", "port": 3002, "users": [ { "id": "a61514fe-61c5-4590-9d46-55f046d61745", "alterId": 0, "email": "t@t.tt", "security": "auto" } ] } ] }, "streamSettings": { "network": "quic", "security": "tls", "tlsSettings": { "allowInsecure": false, "serverName": "xxxxxx" }, "quicSettings": { "security": "aes-128-gcm", "key": "111111", "header": { "type": "none" } } }, "mux": { "enabled": false, "concurrency": -1 } }, { "tag": "direct", "protocol": "freedom", "settings": {} }, { "tag": "block", "protocol": "blackhole", "settings": { "response": { "type": "http" } } } ]

Liuhuifeng commented 1 year ago

"inbounds": [ { "port": 3002, "protocol": "vmess", "settings": { "udp": false, "clients": [ { "id": "a61514fe-61c5-4590-9d46-55f046d61745", "alterId": 0, "email": "t@t.tt" } ], "allowTransparent": false }, "streamSettings": { "network": "quic", "security": "tls", "tlsSettings": { "allowInsecure": false, "serverName": "xxxxxx" }, "quicSettings": { "security": "aes-128-gcm", "key": "111111", "header": { "type": "none" } } } } ],