-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Support for VLess Protocol #480
Comments
目前 VLess 还处于测试、修改阶段,暂不着急加入图形客户端 等相关代码正式并入 v2ray-core 后,图形客户端加个协议不是难事 |
等Vless合并入core后再处理. |
v2rayNG_1.2.13-vless_arm64-v8a.apk.zip https://github.com/rprx/v2ray-vless/releases/tag/clean2 使用自定义配置使用Vless, 有需要的可以尝试 |
|
测试了,可以用!
|
@2dust “encryption": "none",应该是outbounds里面的, 要写在每一个”users"里面。
|
客户端 Outbound: {
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "example.com",
"port": 443,
"users": [
{
"id": "27848739-7e62-4138-9fd3-098a63964b6b",
"encryption": "none",
"level": 0
}
]
}
]
},
...
} 服务端 Inbound: {
"port": 10000,
"protocol": "vless",
"settings": {
"clients": [
{
"id": "27848739-7e62-4138-9fd3-098a63964b6b",
"level": 0,
"email": "vless@v2fly.org"
}
],
"decryption": "none"
},
...
} encryption 和 decryption 的位置不同,是因为若套一层约定加密,服务端需要先解密才能知道是哪个用户 |
@2dust 可不可以编译一个V2rayCore是4.26.0,并且打了VLess Patch的版本? |
Please could you upload a new current version of V2RayNG with the VLess patch please? |
Unsubscribe me please from these notifications
…On 7/26/20, johnwigley ***@***.***> wrote:
Please could you upload a new current version of V2RayNG with the VLess
patch please?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#480 (comment)
|
不必着急,VLESS PREVIEW 将很快并入 v2ray-core 其实 CLEAN 2 与现在的版本还是兼容的,且它基于 v2ray-core v4.25.1+,但和 v4.26.0 实际上没有区别,因为从那个时间点到 v4.26.0,实际运行的代码没有任何改动 |
@RPRX Thank you, look forward to seeing it integrated into v2ray-core soon |
Thanks please. Just help me
…On Sun, Jul 26, 2020 at 2:53 PM johnwigley ***@***.***> wrote:
@RPRX <https://github.com/rprx> Thank you, look forward to seeing it
integrated into v2ray-core soon
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#480 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP62OUGI7D3P7MZTTFLYL5LR5QKLRANCNFSM4ODYSSTQ>
.
|
三星安卓10系统 用了上面编译的安卓客户端 |
v2ray/v2ray-core#2583
The text was updated successfully, but these errors were encountered: