We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
V2Ray 5.23.0
使用socks连接中转服务器
Server configuration:
// Please attach your server configuration here.
Client configuration:
// Please attach your client configuration here. { "log": { "loglevel": "debug" }, "inbounds": [ { "port": 10812, "listen": "127.0.0.1", "protocol": "socks", "settings": { "auth": "noauth" }, "tag": "in_6a76c362-66f4-40cb-b80c-921514e9a24b", "udp": false } ], "outbounds": [ { "protocol": "http", "tag": "out_6a76c362-66f4-40cb-b80c-921514e9a24b", "settings": { "servers": [ { "address": "212.116.245.253", "port": 7777, "users": [ { "user": "xxx", "pass": "xxx" } ] } ] } } ], "routing": { "rules": [ { "type": "field", "inboundTag": [ "in_6a76c362-66f4-40cb-b80c-921514e9a24b" ], "outboundTag": "out_6a76c362-66f4-40cb-b80c-921514e9a24b" } ] }, "other": {} }
Server error log:
// Please attach your server error log here.
Client error log:
// Please attach your client error log here.
// Please attach your server access log here.
--test
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of V2Ray are you using?
V2Ray 5.23.0
What's your scenario of using V2Ray?
使用socks连接中转服务器
What problems have you encountered?
What's your expectation?
Please attach your configuration here
Server configuration:
// Please attach your server configuration here.
Client configuration:
Please attach error logs here
Server error log:
// Please attach your server error log here.
Client error log:
// Please attach your client error log here.
Please attach access log here
// Please attach your server access log here.
Other configurations (such as Nginx) and logs here
If V2Ray cannot start up, please attach output from
--test
commandIf V2Ray service is abnormal, please attach journal log here
The text was updated successfully, but these errors were encountered: