ts / config.json
8e's picture
Upload config.json
c083d37 verified
raw
history blame contribute delete
553 Bytes
{
"inbounds": [
{
"port": 10000,
"listen": "0.0.0.0",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "dcc60cbb-411a-4095-ba0e-c93bddc37891",
"level": 0,
"alterId": 0
}
],
"disableInsecureEncryption": true
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/download"
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}