1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

Fix typo in v2ray config

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-09-15 12:27:28 +00:00
parent d5a9321d65
commit d6b3042be4

View file

@ -100,7 +100,7 @@
"api": { "api": {
"tag": "api", "tag": "api",
"services": [ "services": [
"HandlserService", "HandlerService",
"LoggerService", "LoggerService",
"StatsService" "StatsService"
] ]
@ -111,7 +111,7 @@
"uplinkOnly": 0, "uplinkOnly": 0,
"downlinkOnly": 0, "downlinkOnly": 0,
"bufferSize": 512, "bufferSize": 512,
"connIdle": 600, "connIdle": 1200,
"statsUserUplink": true, "statsUserUplink": true,
"statsUserDownlink": true "statsUserDownlink": true
} }