clash/test/config/vmess-ws-0rtt.json

29 lines
695 B
JSON
Raw Normal View History

2021-08-21 17:17:29 +00:00
{
"inbounds": [
{
"port": 10002,
"listen": "0.0.0.0",
"protocol": "vmess",
"settings": {
"clients": [
{
2022-02-27 10:00:04 +00:00
"id": "b831381d-6324-4d53-ad4f-8cda48b30811"
2021-08-21 17:17:29 +00:00
}
]
},
"streamSettings": {
"network": "ws",
"security": "none",
"wsSettings": {
"maxEarlyData": 128,
"earlyDataHeaderName": "Sec-WebSocket-Protocol"
}
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
]
}