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

Increase timeout

This commit is contained in:
Ycarus 2018-06-28 17:51:12 +02:00
parent af13d7f2c9
commit f68eaf4a02
3 changed files with 4 additions and 4 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 '400'
option timeout '600'
option fast_open 1
option verbose 0
option reuse_port 1
@ -15,7 +15,7 @@ config ss_redir hi2
option local_address '0.0.0.0'
option local_port '1100'
option mode 'tcp_and_udp'
option timeout '400'
option timeout '600'
option fast_open 1
option verbose 0
option reuse_port 1