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

Fix Shadowsocks option

This commit is contained in:
Ycarus 2019-01-11 08:43:27 +01:00
parent 8cb905ca2f
commit f8ec825f8b
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ config ss_redir hi
option server 'sss0'
option local_address '::'
option local_port '1100'
option mode 'tcp'
option mode 'tcp_only'
option timeout '600'
option fast_open 1
option verbose 0
@ -16,7 +16,7 @@ config ss_redir hi2
option server 'sss0'
option local_address '0.0.0.0'
option local_port '1100'
option mode 'tcp'
option mode 'tcp_only'
option timeout '600'
option fast_open 1
option verbose 0