v1.0.0beta15.3

~优化脚本语句和结构
~完美适配支持wget!!!
~优化非root用户体验
~增加Gitee下载源
~增加脚本日志以及查看日志功能
~修复部分情况下开机自启显示错误的bug
This commit is contained in:
juewuy 2020-10-24 21:27:13 +08:00
parent de920ddd8a
commit 0f6fc088d8
3 changed files with 10 additions and 17 deletions

View File

@ -70,23 +70,15 @@ clash -t #测试模式运行
`大部分的设备/系统都已经预装了以下的大部分依赖,使用时如无影响可以无视之`
```sh
bash/ash 重要! 全部缺少时无法安装及运行脚本
curl/wget 重要! 全部缺少时无法在线安装及更新,无法使用节点保存功能
iptables 重要! 缺少时只能使用PAC模式
systemd/init.d/rc.common 一般~ 全部缺少时只能使用保守模式
iptables-mod-nat 一般~ 缺少时无法使用redir模式混合模式
ip6tables-mod-nat 低~ 缺少时影响redir模式混合模式对ipv6的支持
net-tools 低~ 缺少时无法正常检测端口占用
ubus/iproute-doc 低~ 缺少时无法正常获取本机host地址
crontab 低~ 缺少时无法启用定时任务功能
bash/ash 必须 全部缺少时无法安装及运行脚本
curl/wget 必须 全部缺少时无法在线安装及更新,无法使用节点保存功能
iptables 重要 缺少时只能使用纯净模式
systemd/rc.common 一般 全部缺少时只能使用保守模式
iptables-mod-nat 一般 缺少时无法使用redir模式混合模式
ip6tables-mod-nat 较低 缺少时影响redir模式混合模式对ipv6的支持
crontab 较低 缺少时无法启用定时任务功能
net-tools 极低 缺少时无法正常检测端口占用
ubus/iproute-doc 极低 缺少时无法正常获取本机host地址
```

Binary file not shown.

View File

@ -427,6 +427,7 @@ clashcfg(){
echo " 适合游戏用户、综合用户"
echo " 4 纯净模式: 不设置iptables静态路由"
echo " 必须手动配置http/sock5代理"
echo " 或使用内置的PAC文件配置代理"
echo " 0 返回上级菜单"
read -p "请输入对应数字 > " num
if [ -z "$num" ]; then