mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +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
|
@ -15,6 +15,7 @@ if [ "$NBCPU" -gt 2 ]; then
|
||||||
set shadowsocks-libev.hi$c.reuse_port=1
|
set shadowsocks-libev.hi$c.reuse_port=1
|
||||||
set shadowsocks-libev.hi$c.syslog=1
|
set shadowsocks-libev.hi$c.syslog=1
|
||||||
set shadowsocks-libev.hi$c.mptcp=1
|
set shadowsocks-libev.hi$c.mptcp=1
|
||||||
|
set shadowsocks-libev.hi$c.no_delay=1
|
||||||
set shadowsocks-libev.hi$c.verbose=0
|
set shadowsocks-libev.hi$c.verbose=0
|
||||||
commit shadowsocks-libev
|
commit shadowsocks-libev
|
||||||
EOF
|
EOF
|
||||||
|
|
|
@ -10,6 +10,7 @@ config ss_redir hi
|
||||||
option reuse_port 1
|
option reuse_port 1
|
||||||
option mptcp 1
|
option mptcp 1
|
||||||
option ipv6_first 1
|
option ipv6_first 1
|
||||||
|
option no_delay 1
|
||||||
|
|
||||||
config ss_redir hi2
|
config ss_redir hi2
|
||||||
option server 'sss0'
|
option server 'sss0'
|
||||||
|
@ -23,6 +24,7 @@ config ss_redir hi2
|
||||||
option reuse_port 1
|
option reuse_port 1
|
||||||
option mptcp 1
|
option mptcp 1
|
||||||
option ipv6_first 1
|
option ipv6_first 1
|
||||||
|
option no_delay 1
|
||||||
|
|
||||||
config ss_rules 'ss_rules'
|
config ss_rules 'ss_rules'
|
||||||
option disabled 0
|
option disabled 0
|
||||||
|
|
Loading…
Reference in a new issue