mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-23 13:46:08 +03:00
23 lines
510 B
JSON
23 lines
510 B
JSON
|
{
|
||
|
"inbounds": [
|
||
|
{
|
||
|
"port": 10000,
|
||
|
"listen": "127.0.0.1",
|
||
|
"protocol": "vmess",
|
||
|
"settings": {
|
||
|
"clients": [
|
||
|
{
|
||
|
"id": null,
|
||
|
"alterId": 64
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"streamSettings": {
|
||
|
"network": "ws",
|
||
|
"wsSettings": {
|
||
|
"path": null
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|