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

adding aditional proxy setting for Vmess protocol #397

Open
iotanano opened this issue Jun 20, 2021 · 2 comments
Open

adding aditional proxy setting for Vmess protocol #397

iotanano opened this issue Jun 20, 2021 · 2 comments

Comments

@iotanano
Copy link

iotanano commented Jun 20, 2021

Hi, could you please supporting Vmess protocol?

In Vmess protocol, there's a uuid("id") which includes user and password information together. No password 😂

None of the two ways below works.

setHandleParameters(user="my_uuid", proxyhost = "server_address", proxyport = xxxx, proxyauth = 15)

setHandleParameters(proxyhost = "server_address", proxyport = xxxx, proxyauth = 15)

By the way, when I use another package httr, things become easier:

set_config( use_proxy(url="server_address", port=xxxx) )

We'd really appreciate it if you could offer any suggestion.

@eddelbuettel
Copy link
Collaborator

Correct if I am wrong but whether or not we can use this depends on the backend by Google over which we have no control. Do you have any documentation references suggesting they support "Vmess" for the Gtrends endpoint?

@iotanano
Copy link
Author

Hi eddelbuettel, sorry for my really really late reply.

Actually, Vmess is a protocol used by V2ray, a tool with which I could use to visit some websites like Google, Gtrends, twitter, Facebook(as they're blocked by our country's firewall). And it works fine.

Since there's no single password parameter in Vmess, it becomes difficult when I come to user and password setting in setHandleParameters.

Anyway, it's okay if it could not be solve. Maybe it's easier for other protocols like Shadowsocks.

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