-
Notifications
You must be signed in to change notification settings - Fork 573
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
feat(xray-core): new xray features #1302
Conversation
ImMohammad20000
commented
Sep 4, 2024
- add noise to hosts
- add support for splithttp new variables
because noise str must be a bytestring, and bytestrings are too long, 100 characters for noise settings is not enough |
is 300 characters ok? |
because noise str must be a bytestring, and bytestrings are too long, 100 characters for noise settings is not enough
I have tested a short one, it's 200 characters |
I captured another one and turned it to bytestring, it's 2k characters, i think it's better if you change the limit to 5000 |
Can you send a picture or type that ? |
here is a random data for example "\xbe\x9c\x5d\x5c\x92\x7a\x30\x65\x2f\xa1\x6a\xe1\x8b\xb5\x9d\x93" |
I think 1000 characters is enough |
Some UDP headers are up to 2k, how you think 1000 is enough? |
I think it better to remove the character limit |
UDP Noise is getting more advanced, Look at Xray-core PRs |
I think we should wait until they complete this feature then add it. |
I will update this to new syntax |
v1.8.24
now you can use this syntax to add more than 1 noise
example:
|
There is a problem, if you put both maxConcurrency and maxConnections options, Xray will not get started |
Is this problem stile exists in the latest version of xray core? |
No |
So you say if there is no xmux settings we should leave it empty ? |
Please merge this |
I'll add http transport in a separate pr |
new Xray and v2rayNG versions are tagged as Release |