如何创建一个有前置代理的Vmess配置 #3726
Unanswered
wusibacloud
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
各位大佬们,我在手动编写Xray的config.json中遇到了问题,我想让我创建的Vmess代理由一个Socks5作为前置,但不知如何编写,大佬们可以出出招吗?
以下是现在的配置文件↓
{
"inbounds": [
{
"port": 12345,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "7081c0c5-4fbd-4cf4-8126-23c0a0afcbd4"
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/path/ws_ray.html"
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions