Skip to content
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

Allow using flow option with TLS. #917

Merged
merged 1 commit into from
Apr 17, 2023
Merged

Conversation

Gh0u1L5
Copy link
Contributor

@Gh0u1L5 Gh0u1L5 commented Apr 17, 2023

Currently, the upstream xray project allows users to configure flow (e.g. xtls-rprx-vision) when using TLS, while v2raya lacks support for this. Please merge this PR to enhance the relevant functionality.

Example

{
    "protocol": "vless",
    "settings": {
        "vnext": [
            {
                "address": "<hostname>",
                "port": 443,
                "users": [
                    {
                        "id": "<client id>",
                        "encryption": "none",
                        "flow": "xtls-rprx-vision"
                    }
                ]
            }
        ]
    },
    "streamSettings": {
        "network": "tcp",
        "security": "tls"
    },
    "tag": "proxy"
}

@mzz2017 mzz2017 merged commit 14cad75 into v2rayA:feat_v5 Apr 17, 2023
1 check passed
@mzz2017
Copy link
Collaborator

mzz2017 commented Apr 17, 2023

Thanks for your great job!

@MarksonHon
Copy link
Contributor

图片

I have found this unknown text box had been the necessary one, but actually my server have no XTLS flow control

Gaojianli pushed a commit that referenced this pull request Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants