mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Enable no delay for shadowsocks by default
This commit is contained in:
parent
a3687cc963
commit
832eabb742
2 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@ config ss_redir hi
|
|||
option reuse_port 1
|
||||
option mptcp 1
|
||||
option ipv6_first 1
|
||||
option no_delay 1
|
||||
|
||||
config ss_redir hi2
|
||||
option server 'sss0'
|
||||
|
@ -23,6 +24,7 @@ config ss_redir hi2
|
|||
option reuse_port 1
|
||||
option mptcp 1
|
||||
option ipv6_first 1
|
||||
option no_delay 1
|
||||
|
||||
config ss_rules 'ss_rules'
|
||||
option disabled 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue