mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-23 05:36:08 +03:00
25 lines
377 B
JSON
25 lines
377 B
JSON
{
|
|
"port": 3456,
|
|
"protocol": "vless",
|
|
"settings": {
|
|
"clients": [
|
|
{
|
|
"id": ""
|
|
}
|
|
],
|
|
"decryption": "none"
|
|
},
|
|
"streamSettings": {
|
|
"network": "mkcp",
|
|
"kcpSettings": {
|
|
"uplinkCapacity": 100,
|
|
"downlinkCapacity": 100,
|
|
"congestion": true,
|
|
"header": {
|
|
"type": "none"
|
|
},
|
|
"seed": null
|
|
}
|
|
}
|
|
}
|