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

54 lines
745 B
JSON
Raw Normal View History

2020-03-30 07:28:29 +03:00
{
"inbounds": [
{
"protocol": "http",
"port": 1081
},
{
"port": 1080,
"protocol": "socks",
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
},
"settings": {
"auth": "noauth"
}
}
],
"outbounds": [
{
"protocol": "vmess",
"settings": {
"vnext": [
{
2020-04-06 06:48:57 +03:00
"address": null,
2020-03-30 07:28:29 +03:00
"port": null,
"users": [
{
2020-04-06 06:48:57 +03:00
"id": null,
2020-03-30 07:28:29 +03:00
"alterId": 16,
"security": "auto"
}
]
}
]
},
"streamSettings": {
"network": "kcp",
"kcpSettings": {
2020-04-18 16:21:44 +03:00
"uplinkCapacity": 100,
2020-03-30 07:28:29 +03:00
"downlinkCapacity": 100,
"congestion": true,
"header": {
2020-04-06 06:48:57 +03:00
"type": null
},
"seed": null
2020-03-30 07:28:29 +03:00
}
}
}
]
}