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

大佬,请教一种vmess的格式如何写 #66

Open
wclmgcd opened this issue Nov 7, 2023 · 0 comments
Open

大佬,请教一种vmess的格式如何写 #66

wclmgcd opened this issue Nov 7, 2023 · 0 comments

Comments

@wclmgcd
Copy link

wclmgcd commented Nov 7, 2023

sing-box官方文档没有,用你的转换也有漏项,机场节点如下:
{ name: jp1,
type: vmess,
server: cn-jmgfw.com,
port: 56712,
uuid: d757e132-a284-4f16-889a-8891b3864fc0,
alterId: 0,
cipher: auto,
udp: true,
network: ws,
ws-opts: { path: /siping, headers: { Host: v.youku.com } },
ws-path: /siping, ws-headers: { Host: v.youku.com }
}

转换后,没有headers: { Host: v.youku.com }和ws-headers: { Host: v.youku.com }
{
"alter_id": 0,
"security": "auto",
"server": "cn-jmgfw.com",
"server_port": 56712,
"tag": "jp1",
"transport": {
"path": "/siping",
"type": "ws"
},
"type": "vmess",
"uuid": "d757e132-a284-4f16-889a-8891b3864fc0"
},

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

1 participant