mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix shadowsocks default config
This commit is contained in:
parent
b8c0630d89
commit
d71016293f
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ if [ "$(uci -q get openmptcprouter.latest_versions)" = "" ]; then
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ "$(uci -q get shadowsocks-libev.hi.obfs)" != "0" ]; then
|
if [ "$(uci -q get shadowsocks-libev.hi.obfs)" = "1" ]; then
|
||||||
uci -q batch <<-EOF > /dev/null
|
uci -q batch <<-EOF > /dev/null
|
||||||
set shadowsocks-libev.sss0.obfs=1
|
set shadowsocks-libev.sss0.obfs=1
|
||||||
set shadowsocks-libev.sss0.obfs_plugin="$(uci -q get shadowsocks-libev.hi.obfs_plugin)"
|
set shadowsocks-libev.sss0.obfs_plugin="$(uci -q get shadowsocks-libev.hi.obfs_plugin)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue