v1.0.0beta18.7

~同步最新geoip数据库文件
~优化Tun模式提示信息
~增加acl4ssr谷歌精细分组规则
This commit is contained in:
juewuy
2021-02-08 16:01:22 +08:00
parent a194980be6
commit c57fd34063
7 changed files with 12 additions and 10 deletions

View File

@@ -44,14 +44,15 @@ linkconfig(){
echo 11 李哥规则-墙洞专用
echo 12 基础规则-仅Geoip CN+Final
echo 13 网易云解锁-仅规则分组
echo 14 ACL4SSR重度全分组+谷歌优化
echo -----------------------------------------------
echo 0 返回上级菜单
read -p "请输入对应数字 > " num
if [ -z "$num" ] || [ "$num" -gt 13 ];then
if [ -z "$num" ] || [ "$num" -gt 14 ];then
errornum
elif [ "$num" = 0 ];then
echo
elif [ "$num" -le 13 ];then
elif [ "$num" -le 14 ];then
#将对应标记值写入mark
rule_link=$num
setconfig rule_link $rule_link