-
```
sudo dnf copr enable hey5v/clash
sudo dnf install clash-verge
```
-
### Verify steps
- [X] 确保你使用的是**本仓库**最新的的 mihomo 或 mihomo Alpha 版本 Ensure you are using the latest version of Mihomo or Mihomo Alpha from **this repository**.
- [X] 如果你可以自己 debug 并解决的话,提交 PR 吧 Is …
-
### 功能描述 / Feature description
### 使用场景 / Use case
clashx 和 clash for windows都有这个功能,个人觉得还是挺实用的。
周末试着写了一下,被 rustc 折磨疯了。
实现上目前碰到两个难点,
1. 数据如果要通过 IPC 从 webview 那里拿到 renderList 感觉不太优雅;
2. …
-
.config\clash-verge文件夹中Country.mmdb、geoip.dat、geosite.dat、wintun.dll共4个文件均已包含在resources文件夹中。
建议用链接方式直接读取resources中的文件,不需要复制多一份到.config\clash-verge中。这样更利于便携版。
-
## 描述问题
预期行为:
开启tun后切换节点无需等待
实际行为:
开启tun后切换节点显示start service: initialize inbound/tun[tun-in]: configure tun interface: device or resource busy,等待半分钟后再次尝试,可以切换成功。
## 如何复现
提供有帮助的截图,录像,文字说明…
-
我在向 macOS 包管理器官方 Homebrew Cask 提交一个 PR(https://github.com/Homebrew/homebrew-cask/pull/135057),但发现安装包缺少数字签名,望相助 @zzzgydi
```console
audit for clash-verge: failed
- Signature verification failed:
…
-
**Describe the bug**
![image](https://github.com/zzzgydi/clash-verge/assets/25734166/b0d5d9f3-1364-4fc4-8830-fb50121e61b0)
**To Reproduce**
双击配置文件报如上提示
**Expected behavior**
**Screenshots**…
-
### 问题描述 / Describe the bug
[BUG] 1.7.7 和 Alpha 最新版都出现了下载订阅文件失败,以前的版本是可以的,订阅链接使用的是ssr转换的,配置文件使用的我自己的配置文件,
### 软件版本 / Verge Version
1.7.7 + alpha(2024-11-22 10:00)
![image](https://github.com/u…
-
**系统与软件**
Windows 11
2.22.0(105)(x86_64)
**现有情况**
现在的复制功能只能复制 IP 与 Port。
![image](https://github.com/user-attachments/assets/2be04fe5-bc2f-4689-badf-680329ebaa56)
**期望功能**
能够复制常见终端的环境变量等,…
-
不是直连、也不是系统代理,就是浏览器默认的代理设置,可以通过 `chrome.proxy.settings.clear({ scope: 'regular' });` 清除代理设置。
我理解就是相当于停用/卸载了插件后的代理模式?