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

Increase SS timeout

This commit is contained in:
Ycarus 2019-04-16 22:22:14 +02:00
parent 0bab1597d2
commit 4d88346ab0
2 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@ config ss_redir hi
option local_address '::'
option local_port '1100'
option mode 'tcp_and_udp'
option timeout '600'
option timeout '1000'
option fast_open 1
option verbose 0
option syslog 1
@ -17,7 +17,7 @@ config ss_redir hi2
option local_address '0.0.0.0'
option local_port '1100'
option mode 'tcp_and_udp'
option timeout '600'
option timeout '1000'
option fast_open 1
option verbose 0
option syslog 1