diff --git a/README.md b/README.md index 768626e..45dbdce 100644 --- a/README.md +++ b/README.md @@ -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地址 ``` diff --git a/bin/clashfm.tar.gz b/bin/clashfm.tar.gz index 85d2085..bd3e1aa 100644 Binary files a/bin/clashfm.tar.gz and b/bin/clashfm.tar.gz differ diff --git a/scripts/clash.sh b/scripts/clash.sh index f61572c..3a57e31 100644 --- a/scripts/clash.sh +++ b/scripts/clash.sh @@ -427,6 +427,7 @@ clashcfg(){ echo " 适合游戏用户、综合用户" echo " 4 纯净模式: 不设置iptables静态路由" echo " 必须手动配置http/sock5代理" + echo " 或使用内置的PAC文件配置代理" echo " 0 返回上级菜单" read -p "请输入对应数字 > " num if [ -z "$num" ]; then