mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-18 22:09:29 +08:00
34 lines
702 B
JSON
34 lines
702 B
JSON
|
{
|
||
|
"log": {
|
||
|
"error": {
|
||
|
"level": "Warning",
|
||
|
"type": "Console"
|
||
|
},
|
||
|
"access": {
|
||
|
"type": "None"
|
||
|
}
|
||
|
},
|
||
|
"inbounds": [
|
||
|
{
|
||
|
"protocol": "vmess",
|
||
|
"settings": {
|
||
|
"users": [
|
||
|
"00000000-0000-0000-0000-000000000000"
|
||
|
]
|
||
|
},
|
||
|
"port": 0,
|
||
|
"streamSettings": {
|
||
|
"transport": "ws",
|
||
|
"transportSettings": {
|
||
|
"path": ""
|
||
|
},
|
||
|
"security": "none"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"outbounds": [
|
||
|
{
|
||
|
"protocol": "freedom"
|
||
|
}
|
||
|
]
|
||
|
}
|