mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-18 13:59:29 +08:00
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
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": "tls",
|
|
"securitySettings": {
|
|
"serverName": "",
|
|
"certificate": [
|
|
{
|
|
"usage": "ENCIPHERMENT",
|
|
"certificateFile":"",
|
|
"keyFile": ""
|
|
}
|
|
]
|
|
}
|
|
}
|
|
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "freedom"
|
|
}
|
|
]
|
|
} |