Jonson Petard

Results 276 comments of Jonson Petard

目前系统代理的重置已通过 shutdown hook 解决,能确保启动过程中使用系统代理的应用可以直接访问网络。如果不需要开机就有软件依赖代理的话,这是最优解。 如果想要开机就有软件需要使用代理,一般配合 TUN 模式启用,目前有个正在进行中的 pr,即以管理员身份自启动 app。

除了内核显示的错误,此处的 FetchError 应该和 `DELETE /connections` 相关。 * 订阅导致的问题应该通过 Profile 的 Upsert 触发 FYI:

@ibigbug 目前走的 Upsert 流程大致如下: 1. 后端请求内核 `PUT /configs` 放置新的配置 2. 如果成功,则返回(在这个 issue 中,这步骤成功了) 3. 前端继续删除所有连接(如果 API 已停止,或者内核挂掉了,会出现该 issue 的弹窗),在目前的开发版我已经对这个造成误解的行为进行了修复 现在问题比较困惑的是,到底是短时间 API 无响应,还是内核因未知原因 -1 退出了

Emmm. We should follow windows version hack: Tauri cannot use custom version styles for bundle.

@latin-1 There is no ETA in current point. We have many refactor tasks, causing panic or inconsistent behavior, to be done. For example, * Use `rayon` instead `yaml` for settings...

It seems that the Local fireware was blocked the Local Inbound connection. Possible the default network rules are too strict?

可以确认这个问题。需要花精力调查一下。

![image](https://github.com/user-attachments/assets/de4601d0-99fc-4650-85e7-9c06e00d56ba) ![image](https://github.com/user-attachments/assets/afd72edc-a16a-41c1-93ca-146d013f4f9d) 初步分析 runtime profile 存在问题以及网络环境存在问题,有可能和 DNS 干扰有关系。 如果 profile 中使用了 proxy provider 和 rules provider 需要自己担保网络环境无污染

是的,这是有可能的。mihomo 给你的错误信息是 `invaild mode`。出现这个情况的时候可以把 runtime-config、draft config 如果🈶️,提交给我们。邮件或者去除 rules,subscriptions 的文件 ![image](https://github.com/user-attachments/assets/8e0306ad-0810-445c-9dae-118658536807)

亦或是你可以通过这个观察一下配置有没有问题: ![image](https://github.com/user-attachments/assets/2fbbf7ee-f2b8-4f2e-a860-2e5b87e0bc56)