1
0
Fork 0
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:
Ycarus 2018-03-06 16:49:52 +01:00
parent 4b4074ec37
commit 338c8865ec
3 changed files with 3 additions and 2 deletions

View file

@ -13,6 +13,7 @@ if [ "$NBCPU" -gt 1 ]; then
set shadowsocks-libev.hi$c.fast_open=1 set shadowsocks-libev.hi$c.fast_open=1
set shadowsocks-libev.hi$c.reuse_port=1 set shadowsocks-libev.hi$c.reuse_port=1
set shadowsocks-libev.hi$c.mptcp=1 set shadowsocks-libev.hi$c.mptcp=1
set shadowsocks-libev.hi$c.verbose=0
commit shadowsocks-libev commit shadowsocks-libev
EOF EOF
rm -f /tmp/luci-indexcache rm -f /tmp/luci-indexcache

View file

@ -6,7 +6,7 @@ config ss_redir hi
option mode 'tcp_and_udp' option mode 'tcp_and_udp'
option timeout '60' option timeout '60'
option fast_open 1 option fast_open 1
option verbose 1 option verbose 0
option reuse_port 1 option reuse_port 1
option mptcp 1 option mptcp 1

View file

@ -223,7 +223,7 @@ ss_rules() {
--ifnames "$ifnames" \ --ifnames "$ifnames" \
--ipt-extra "$ipt_args" \ --ipt-extra "$ipt_args" \
$args \ $args \
|| "$bin" -f || echo "error" && "$bin" -f
} }
start_service() { start_service() {