Files
v2ray_proxy/server/v2ray/config.json
mm644706215 2c10b421b4 first add
2025-09-30 20:45:51 +08:00

52 lines
942 B
JSON

{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"port": 10000,
"listen": "0.0.0.0",
"protocol": "vless",
"settings": {
"clients": [
{
"id": "8f5e3b57-5a3d-4a3e-9f3c-9c6c2d6a9f1e"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/ray"
}
}
},
{
"port": 10001,
"listen": "0.0.0.0",
"protocol": "vless",
"settings": {
"clients": [
{
"id": "8f5e3b57-5a3d-4a3e-9f3c-9c6c2d6a9f1e"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "grpc",
"grpcSettings": {
"serviceName": "grpc",
"multiMode": true
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}