Update On Fri Sep 5 20:37:50 CEST 2025

This commit is contained in:
github-action[bot]
2025-09-05 20:37:50 +02:00
parent 4c282a894d
commit 20396b5039
50 changed files with 2135 additions and 254 deletions

View File

@@ -41,6 +41,7 @@ The mieru proxy software suite consists of two parts, a client software called m
1. [Server Installation & Configuration](./docs/server-install.md)
1. [Client Installation & Configuration](./docs/client-install.md)
1. [Client Installation & Configuration - OpenWrt](./docs/client-install-openwrt.md)
1. [Use mieru in Clash Verge Rev](./docs/third-party/clash-verge-rev.md)
1. [Maintenance & Troubleshooting](./docs/operation.md)
1. [Security Guide](./docs/security.md)
1. [Compilation](./docs/compile.md)

View File

@@ -39,6 +39,7 @@ mieru 代理软件由称为 mieru【見える】的客户端软件和称为 mita
1. [服务器安装与配置](./docs/server-install.zh_CN.md)
1. [客户端安装与配置](./docs/client-install.zh_CN.md)
1. [客户端安装与配置 - OpenWrt](./docs/client-install-openwrt.zh_CN.md)
1. [在 Clash Verge Rev 中使用 mieru](./docs/third-party/clash-verge-rev.zh_CN.md)
1. [运营维护与故障排查](./docs/operation.zh_CN.md)
1. [翻墙安全指南](./docs/security.zh_CN.md)
1. [编译](./docs/compile.zh_CN.md)

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

View File

@@ -0,0 +1,17 @@
# Use mieru in Clash Verge Rev
![create profile](../assets/clash_verge_create_profile.png)
First, create a new clash profile to store mieru configuration. Set `Type` to `Local`. You can use any profile name.
![click edit file](../assets/clash_verge_click_edit_file.png)
Once a new profile is created, right click the card, then click `Edit File` button.
![edit file](../assets/clash_verge_edit_file.png)
In the text editor, enter mieru configuration. If you have multiple proxy servers, ports or port ranges, you can use `proxy-groups` to organize them. Set the rules to determine when traffic should be forwarded to mieru proxy servers.
![test delay](../assets/clash_verge_test_delay.png)
After saving the mieru configuration, you can run a test to check the proxy delay.

View File

@@ -0,0 +1,17 @@
# 在 Clash Verge Rev 中使用 mieru
![create profile](../assets/clash_verge_create_profile.png)
首先,新建一个 clash 订阅来存储 mieru 配置。将 `类型` 设置为 `Local`。你可以使用任何订阅名称。
![click edit file](../assets/clash_verge_click_edit_file.png)
创建新订阅后,右键单击卡片,然后单击 `编辑文件` 按钮。
![edit file](../assets/clash_verge_edit_file.png)
在文本编辑器中,输入 mieru 配置。如果有多个代理服务器、端口或端口段,你可以使用 `proxy-groups` 来组织它们。设置规则以决定何时应将流量转发到 mieru 代理服务器。
![test delay](../assets/clash_verge_test_delay.png)
保存 mieru 配置后,你可以运行测试来检查代理延迟。