Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- **Multi-Kernel Support**: Easily manage and switch between **mihomo** and **sing-box** kernels directly within the Shell environment.
- **Flexible Configuration Management**: Supports online import of subscription links and configuration files to simplify the setup process.
- **Automated Tasks**: Configure scheduled tasks for automatic updates of configuration files and rules.
- **Provider DNS Sync**: Mihomo proxy providers can resolve their own proxy hostnames with subscription-supplied DoH and refresh the results after provider updates.
- **Graphical Dashboard**: Support for online installation and use of local Web Dashboards to intuitively manage built-in rules and traffic.
- **Multiple Operation Modes**: Supports switching between various traffic forwarding modes, including Router mode and Local mode.
- **One-Click Maintenance**: Built-in online update functionality to keep the script and features up to date.
Expand Down
1 change: 1 addition & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- **多内核支持**:在 Shell 环境下便捷管理及切换 **mihomo** 与 **sing-box** 内核。
- **灵活配置管理**:支持在线导入订阅连结及配置文件,简化配置流程。
- **自动化任务**:支持配置定时任务,实现配置文件与规则的自动定时更新。
- **提供者 DNS 同步**:mihomo 节点提供者可使用订阅内的 DoH 解析各自的节点域名,并在提供者更新后自动刷新。
- **图形化面板**:支持在线安装并使用本地 Web 面板(Dashboard),直观管理内置规则与流量。
- **多模式运行**:支持路由模式、本机模式等多种流量转发模式切换。
- **一键维护**:内置脚本在线更新功能,保持版本与功能的及时更迭。
Expand Down
2 changes: 1 addition & 1 deletion public/task_chs.list
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
105#$CRASHDIR/task/task.sh hotupdate#热更新在线订阅(不重启)
106#$CRASHDIR/task/task.sh web_save_auto#自动保存面板配置
107#$CRASHDIR/task/task.sh ntp#自动同步ntp时间
108#$CRASHDIR/task/task.sh sync_provider_dns#同步节点提供者DNS

111#$CRASHDIR/task/task.sh update_core#自动更新内核
112#$CRASHDIR/task/task.sh update_scripts#自动更新脚本
Expand All @@ -15,4 +16,3 @@
121#$CRASHDIR/task/task.sh reset_firewall#重设透明路由防火墙
122#sleep 70 && touch /etc/banner && reboot#重启路由设备-慎用


2 changes: 1 addition & 1 deletion public/task_en.list
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
105#$CRASHDIR/task/task.sh hotupdate#Hot update online subscriptions (without restart)
106#$CRASHDIR/task/task.sh web_save_auto#Automatically save panel configuration
107#$CRASHDIR/task/task.sh ntp#Automatically sync NTP time
108#$CRASHDIR/task/task.sh sync_provider_dns#Sync proxy provider DNS

111#$CRASHDIR/task/task.sh update_core#Automatically update core
112#$CRASHDIR/task/task.sh update_scripts#Automatically update scripts
Expand All @@ -16,4 +17,3 @@
122#sleep 70 && touch /etc/banner && reboot#Reboot router device – use with caution



Loading