-
Notifications
You must be signed in to change notification settings - Fork 64
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
vless #202
Comments
i think we already have some level of gRPC support
i had a quick look at |
I'm setting up a grpc proxy to test it out. I don't think that code has been tested ever. |
it looks i'm working on the PR #203 however there seems to be something wrong. i'll try to fix it later. |
I'm kind of stuck - #203 if you are more familiar maybe you can take a look, or I'll get back when I have more time to dig in |
Okay. I can have a try tomorrow |
the gun/gRPC is done. maybe we should promote this - however is this in general more popular/better then vmess? |
usually vless is much batter than vmess |
It seems that Vmess, SS, vless, hysteria are widely used by Proxies Provider. What's more, SS 2022 could be easy to introduced due to the SS library we are directly imported. |
vless first! |
Might we should impl vless first?
vless basic stream is based on vmess, ref:https://github.com/MetaCubeX/mihomo/blob/Alpha/adapter/outbound/vless.go
and grpc based on gun. I can draft a
gun
transport firstThe text was updated successfully, but these errors were encountered: