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:
parent
af72d5875b
commit
1b5f984e28
@ -29,7 +29,8 @@
|
|||||||
|
|
||||||
// Settings of the protocol. Varies based on protocol.
|
// Settings of the protocol. Varies based on protocol.
|
||||||
"settings": {
|
"settings": {
|
||||||
"timeout": 10,
|
// Disable timeout setting for keeping persistent connection. Such as FCM.
|
||||||
|
// "timeout": 10,
|
||||||
"network": "tcp,udp",
|
"network": "tcp,udp",
|
||||||
"followRedirect": true
|
"followRedirect": true
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user