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

Transport protocol #32

Closed
Mjeir opened this issue Nov 17, 2023 · 4 comments
Closed

Transport protocol #32

Mjeir opened this issue Nov 17, 2023 · 4 comments

Comments

@Mjeir
Copy link

Mjeir commented Nov 17, 2023

Thanks for your powerful panel

  1. At first, when I installed your program, I was very happy to see the options of Vless.
    But when I tried to set it up I ran into a lot of challenges.
    Please write the transport protocol for Vless and help me.

  1. I have a Vmess Node with NodeID: 1
    When I create another node with Vless protocol, NodeID: 1 is assigned to the node.
    And I get confused when editing the config file.
    Please guide me.
@wyx2685
Copy link
Owner

wyx2685 commented Nov 17, 2023

  1. What do you mean about "transport protocol for Vless"?

  2. Vmess and Vless use different node type. If you're using XrayR, it will be seperated by EnableVless option. Just use NodeID1 its OK

@Mjeir
Copy link
Author

Mjeir commented Nov 17, 2023

Thanks for posting the quick reply
Transport protocol editing configuration for tcp.
like this for Vmess And WS
{
"path": "/",
"headers": {
"Host": "v2ray.com"
}
}

@wyx2685
Copy link
Owner

wyx2685 commented Nov 17, 2023

Because of HTTP pretend is not recommend in China, there is almost no one use TCP with transport settings
But you can still have these two options(other option is not include now)

{
"header": {
"type": "http",
"request": {
"path": "/"
}
}
}

The Vless websocket/grpc transport configuration is same as Vmess.

@wyx2685
Copy link
Owner

wyx2685 commented Nov 23, 2023

done

@wyx2685 wyx2685 closed this as completed Nov 23, 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
Development

No branches or pull requests

2 participants