mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-23 21:56:08 +03:00
34 lines
936 B
JSON
34 lines
936 B
JSON
|
{
|
||
|
"outbounds": [
|
||
|
{
|
||
|
"protocol": "vmess",
|
||
|
"settings": {
|
||
|
"vnext": [
|
||
|
{
|
||
|
"address": null,
|
||
|
"port": null,
|
||
|
"users": [
|
||
|
{
|
||
|
"id": null,
|
||
|
"alterId": 0,
|
||
|
"security": "auto"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"streamSettings": {
|
||
|
"network": "kcp",
|
||
|
"kcpSettings": {
|
||
|
"uplinkCapacity": 100,
|
||
|
"downlinkCapacity": 100,
|
||
|
"congestion": true,
|
||
|
"header": {
|
||
|
"type": null
|
||
|
},
|
||
|
"seed": null
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|