mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
remove default verbose for shadowsocks
This commit is contained in:
parent
4b4074ec37
commit
338c8865ec
3 changed files with 3 additions and 2 deletions
|
@ -13,6 +13,7 @@ if [ "$NBCPU" -gt 1 ]; then
|
|||
set shadowsocks-libev.hi$c.fast_open=1
|
||||
set shadowsocks-libev.hi$c.reuse_port=1
|
||||
set shadowsocks-libev.hi$c.mptcp=1
|
||||
set shadowsocks-libev.hi$c.verbose=0
|
||||
commit shadowsocks-libev
|
||||
EOF
|
||||
rm -f /tmp/luci-indexcache
|
||||
|
|
|
@ -6,7 +6,7 @@ config ss_redir hi
|
|||
option mode 'tcp_and_udp'
|
||||
option timeout '60'
|
||||
option fast_open 1
|
||||
option verbose 1
|
||||
option verbose 0
|
||||
option reuse_port 1
|
||||
option mptcp 1
|
||||
|
||||
|
|
|
@ -223,7 +223,7 @@ ss_rules() {
|
|||
--ifnames "$ifnames" \
|
||||
--ipt-extra "$ipt_args" \
|
||||
$args \
|
||||
|| "$bin" -f
|
||||
|| echo "error" && "$bin" -f
|
||||
}
|
||||
|
||||
start_service() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue