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
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" },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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"
},
The text was updated successfully, but these errors were encountered: