mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-23 05:36:08 +03:00
18 lines
236 B
JSON
18 lines
236 B
JSON
|
{
|
||
|
"port": 1234,
|
||
|
"listen": "127.0.0.1",
|
||
|
"protocol": "vmess",
|
||
|
"settings": {
|
||
|
"clients": [
|
||
|
{
|
||
|
"id": ""
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"streamSettings": {
|
||
|
"network": "h2",
|
||
|
"httpSettings": {
|
||
|
"path": ""
|
||
|
}
|
||
|
}
|
||
|
}
|