Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

v2ray 4.33? #72

Closed
aeroweb340 opened this issue Nov 26, 2020 · 3 comments
Closed

v2ray 4.33? #72

aeroweb340 opened this issue Nov 26, 2020 · 3 comments

Comments

@aeroweb340
Copy link

aeroweb340 commented Nov 26, 2020

Hi,

Just upgraded to v2ray 4.33. Nothing works anymore? Went back to the previous version. Is there something we should modifify? (automated script v2.1.2)

@phlinhng
Copy link
Owner

phlinhng commented Nov 26, 2020

@aeroweb340 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.

@aeroweb340
Copy link
Author

OK Thanks for your help. I'll give it a try.

@aeroweb340
Copy link
Author

Sorry to bother again but what do you modify in order to make it work again with v2ray core 4.33 ?
{
"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": ""
}
]
}

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

No branches or pull requests

2 participants