Update config.json (#4)

[v1.0.6] Disable timeout setting in the 'inbounds' block for keeping persistent connection. Such as FCM.
This commit is contained in:
whyou 2019-05-27 17:40:06 +08:00 committed by chendefine
parent af72d5875b
commit 1b5f984e28

View File

@ -29,7 +29,8 @@
// Settings of the protocol. Varies based on protocol.
"settings": {
"timeout": 10,
// Disable timeout setting for keeping persistent connection. Such as FCM.
// "timeout": 10,
"network": "tcp,udp",
"followRedirect": true
},