mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix IP reset
This commit is contained in:
parent
6a2156afd3
commit
65f9e51e31
3 changed files with 11 additions and 5 deletions
|
@ -21,7 +21,7 @@ if [ "$NBCPU" -gt 2 ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
if [ "$(uci -q get shadowsocks-libev.hi.timeout)" = "200" ]; then
|
||||
if [ "$(uci -q get shadowsocks-libev.hi.timeout)" != "200" ]; then
|
||||
uci -q batch <<-EOF > /dev/null
|
||||
set shadowsocks-libev.hi.timeout=200
|
||||
commit shadowsocks-libev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue