v1.0.0beta17.5
~大幅度调整和优化导入配置文件功能 ~大幅度调整和优化新手引导逻辑和步骤 ~新增Hackl0us提供的精简版GeoIP数据库下载 ~修复部分情况下提示本地代理连接失败的bug
This commit is contained in:
@@ -120,7 +120,7 @@ clashstart(){
|
||||
echo -----------------------------------------------
|
||||
$clashdir/start.sh start
|
||||
sleep 1
|
||||
[ -n "$(pidof clash)" ] && startover || exit 1
|
||||
[ -n "$(pidof clash)" ] && startover
|
||||
}
|
||||
#功能相关
|
||||
setport(){
|
||||
@@ -995,8 +995,7 @@ clashsh(){
|
||||
|
||||
elif [ "$num" = 1 ]; then
|
||||
clashstart
|
||||
sleep 1
|
||||
clashsh
|
||||
exit;
|
||||
|
||||
elif [ "$num" = 2 ]; then
|
||||
clashcfg
|
||||
|
||||
Reference in New Issue
Block a user