phlinhng / v2ray-tcp-tls-web

VLESS / Trojan-Go / Shadowsocks 脚本 支持纯 IPv6
https://github.com/phlinhng/v2ray-tcp-tls-web/wiki
Do What The F*ck You Want To Public License
683 stars 328 forks source link

v2ray 4.33 #77

Open aeroweb340 opened 3 years ago

aeroweb340 commented 3 years ago

Hi, sorry to bother again I tried to revert to TLS as mentioned here: (As I had mentioned in v2.1.5 (only available in Mandarin, sorry), since XTLS features will be v2fly release from v2ray-core v4.33+, you have to modify XTLS-related settings in /usr/local/etc/v2ray/05_inbounds_vless.json back to TLS to make v2ray work again once you choice to update v2ray-core.)

It doesn't work vmess, vless and trojan are down when I get the core updated to the 4.33 version..

Here is a copy of the original 05_inbounds_vless.json. What am I supposed to modify?

{ "inbounds": [ { "port": 443, "protocol": "vless", "settings": { "clients": [ { "id": "", "flow": "xtls-rprx-origin" } ], "decryption": "none", "fallbacks": [ { "dest": 3564 }, { "path": "/fec6f8cc7f114e909", "dest": 3565, "xver": 1 }, { "path": "/fec6f8cc7f114e909ws", "dest": 3566, "xver": 1 }, { "path": "/fec6f8cc7f114e909wss", "dest": 3567, "xver": 1 }, { "path": "/fec6f8cc7f114e909tj", "dest": 3568, "xver": 1 } ] }, "streamSettings": { "network": "tcp", "security": "xtls", "xtlsSettings": { "alpn": [ "http/1.1" ], "certificates": [ { "certificateFile": "/etc/ssl/v2ray/fullchain.pem", "keyFile": "/etc/ssl/v2ray/key.pem" } ] } }, "sniffing": { "enabled": true, "destOverride": [ "http", "tls" ] }, "tag": "" } ] }