{ | |
"inbounds": [ | |
{ | |
"port": 10000, | |
"listen": "127.0.0.1", | |
"protocol": "vmess", | |
"settings": { | |
"clients": [ | |
{ | |
"id": "UUID", | |
"level": 0, | |
"alterId": 0 | |
} | |
], | |
"disableInsecureEncryption": true | |
}, | |
"streamSettings": { | |
"network": "ws", | |
"wsSettings": { | |
"path": "/" | |
} | |
} | |
} | |
], | |
"outbounds": [ | |
{ | |
"protocol": "freedom", | |
"settings": {} | |
} | |
] | |
} | |