2019-01-05

This commit is contained in:
monlor
2019-01-05 19:44:30 +08:00
parent 07e164e52d
commit c7cb372cdc
31 changed files with 12 additions and 12 deletions

View File

@@ -332,7 +332,7 @@ shadowsocks() {
esac
echo "设备[$name]运行模式为: $mode"
done
mode=$(mbdb get ${appname}.main.ss_acl_default_mode)
mode=$(mbdb get ${appname}.main.ss_proxy_default_mode)
case "$mode" in
0) mode="不走代理" ;;
1) mode="科学上网" ;;