mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix shadowsocks config
This commit is contained in:
parent
14fa47f2b4
commit
4f56f86539
2 changed files with 16 additions and 3 deletions
|
@ -2,7 +2,7 @@ config ss_redir hi
|
|||
option server 'sss0'
|
||||
option local_address '::'
|
||||
option local_port '1100'
|
||||
option mode 'tcp_only'
|
||||
option mode 'tcp_and_udp'
|
||||
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_only'
|
||||
option mode 'tcp_and_udp'
|
||||
option timeout '600'
|
||||
option fast_open 1
|
||||
option verbose 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue