1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-23 05:36:08 +03:00
ProxySU/ProxySU/bin/Release/TemplateConfg/mkcp_server_config.json

33 lines
613 B
JSON
Raw Normal View History

2020-03-20 15:12:11 +03:00
{
"inbounds": [
{
2020-04-02 18:51:43 +03:00
"port": null,
2020-03-20 15:12:11 +03:00
"protocol": "vmess",
"settings": {
"clients": [
{
2020-04-05 18:56:39 +03:00
"id": "",
2020-03-20 15:12:11 +03:00
"alterId": 64
}
]
},
"streamSettings": {
"network": "mkcp",
"kcpSettings": {
"uplinkCapacity": 100,
"downlinkCapacity": 100,
"congestion": true,
"header": {
2020-04-05 18:56:39 +03:00
"type": ""
2020-03-20 15:12:11 +03:00
}
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}