-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
验证步骤
- 我已经阅读了 文档,了解所有我编写的配置文件项的含义,而不是大量堆砌看似有用的选项或默认值。
- 我仔细看过 文档 并未解决问题
- 我已在 Issue Tracker 中寻找过我要提出的问题,并且没有找到
- 我是中文用户,而非其他语言用户
- 我已经使用最新的 Alpha 分支版本测试过,问题依旧存在
- 我提供了可以在本地重现该问题的服务器、客户端配置文件与流程,而不是一个脱敏的复杂客户端配置文件。
- 我提供了可用于重现我报告的错误的最简配置,而不是依赖远程服务器或者堆砌大量对于复现无用的配置等。
- 我提供了完整的日志,而不是出于对自身智力的自信而仅提供了部分认为有用的部分。
- 我直接使用 Mihomo 命令行程序重现了错误,而不是使用其他工具或脚本。
操作系统
Windows
系统版本
26200.7019
Mihomo 版本
Mihomo Meta v1.19.15 windows amd64 with go1.25.3 Tue Oct 14 18:01:20 UTC 2025
Use tags: with_gvisor
配置文件
proxy-groups:
- name: GLOBAL
type: select
proxies:
- Direct
url: http://www.apple.com/library/test/success.html
internal: 60
lazy: false
timeout: 5000
max-failed-times: 10
hidden: false
- name: GLOBAL-UDP
type: select
proxies:
- Whatever
url: http://www.apple.com/library/test/success.html
internal: 60
lazy: false
timeout: 5000
max-failed-times: 10
hidden: false描述
即使在类型为 select 的代理组中配置了检查链接和检查间隔,核心仍然不会对其进行检查。只有将类型设为 fallback/url-test 等才会自动检查。
重现方式
描述已经足够详细
日志
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working