mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-22 17:27:12 -05:00
05345cc4fd
* Add mekya stereotype config * Add mekya stereotype config: autogenerated * add autogenerated files * add mekya stereotype * add mekya stereotype: fixup * add mekya stereotype to default distro * add mekya testing
70 lines
1.5 KiB
JSON
70 lines
1.5 KiB
JSON
{
|
|
"log": {
|
|
"error": {
|
|
"level": "Debug",
|
|
"type": "Console"
|
|
},
|
|
"access": {
|
|
"type": "None"
|
|
}
|
|
},
|
|
"outbounds": [
|
|
{
|
|
"protocol": "freedom"
|
|
}
|
|
],
|
|
"inbounds": [
|
|
{
|
|
"listen": "127.0.0.1",
|
|
"port": 17773,
|
|
"protocol": "vmess",
|
|
"settings": {
|
|
"users": [
|
|
"bcc71618-e552-42c2-a2a3-d4c17a9df764"
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"transport": "mekya",
|
|
"transportSettings": {
|
|
"url": "http://127.0.0.1:12777",
|
|
"maxWriteSize": 10485760,
|
|
"maxWriteDurationMs": 5000,
|
|
"maxSimultaneousWriteConnection": 128,
|
|
"packetWritingBuffer": 65536,
|
|
"kcp": {
|
|
"mtu": {
|
|
"value": 1450
|
|
},
|
|
"tti": {
|
|
"value": 15
|
|
},
|
|
"uplink_capacity": {
|
|
"value": 40
|
|
},
|
|
"downlink_capacity": {
|
|
"value": 2000
|
|
},
|
|
"congestion": false,
|
|
"write_buffer": {
|
|
"size": 671088640
|
|
},
|
|
"read_buffer": {
|
|
"size": 671088640
|
|
}
|
|
}
|
|
},
|
|
"security": "tls",
|
|
"securitySettings": {
|
|
"certificate": [
|
|
{
|
|
"usage": "ENCIPHERMENT",
|
|
"certificateFile": "cert/self-signed_cert.pem",
|
|
"keyFile": "cert/self-signed_key.pem"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|