Spaces:
8e
/
Building

vw / config.json
8e's picture
Update config.json
24b8ff9 verified
raw
history blame contribute delete
514 Bytes
{
"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": {}
}
]
}