mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-18 22:09:29 +08:00
35 lines
568 B
JSON
35 lines
568 B
JSON
|
{
|
||
|
"log": {
|
||
|
"access": {
|
||
|
"type": "None"
|
||
|
},
|
||
|
"error": {
|
||
|
"level": "Debug",
|
||
|
"type": "Console"
|
||
|
}
|
||
|
},
|
||
|
"inbounds": [
|
||
|
{
|
||
|
"listen": "0.0.0.0",
|
||
|
"port": 10000,
|
||
|
"protocol": "vmess",
|
||
|
"settings": {
|
||
|
"users": [
|
||
|
"adc27dd2-e7f9-41e8-a01d-2573e257564f"
|
||
|
]
|
||
|
},
|
||
|
"streamSettings": {
|
||
|
"transport": "ws",
|
||
|
"transportSettings": {
|
||
|
"path": "/ws",
|
||
|
"maxEarlyData": "4096"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"outbounds": [
|
||
|
{
|
||
|
"protocol": "freedom"
|
||
|
}
|
||
|
]
|
||
|
}
|