mihomo icon indicating copy to clipboard operation
mihomo copied to clipboard

A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.

Results 322 mihomo issues
Sort by recently updated
recently updated
newest added

Hello Please add support for Authority Header and User-Agent for gRPC and ablity to set custom streamName for gRPC configs (currently default is 'Tun') And make us able to use...

enhancement

### Verify steps - [X] 我已经在 [Issue Tracker](……/) 中找过我要提出的请求 I have searched on the [issue tracker](……/) for a related feature request. - [X] 我已经仔细看过 [Documentation](https://wiki.metacubex.one/) 并无法找到这个功能 I have read the...

enhancement

### Verify steps - [X] 确保你使用的是**本仓库**最新的的 clash 或 clash Alpha 版本 Ensure you are using the latest version of Clash or Clash Premium from **this repository**. - [ ] 如果你可以自己...

### Verify steps - [X] 确保你使用的是**本仓库**最新的的 mihomo 或 mihomo Alpha 版本 Ensure you are using the latest version of Mihomo or Mihomo Alpha from **this repository**. - [ ] 如果你可以自己...

bug

### Verify steps - [X] 我已经在 [Issue Tracker](……/) 中找过我要提出的请求 I have searched on the [issue tracker](……/) for a related feature request. - [X] 我已经仔细看过 [Documentation](https://wiki.metacubex.one/) 并无法找到这个功能 I have read the...

enhancement

### Verify steps - [X] 确保你使用的是**本仓库**最新的的 mihomo 或 mihomo Alpha 版本 Ensure you are using the latest version of Mihomo or Mihomo Alpha from **this repository**. - [ ] 如果你可以自己...

bug

### Verify steps - [X] 我已经在 [Issue Tracker](……/) 中找过我要提出的请求 I have searched on the [issue tracker](……/) for a related feature request. - [X] 我已经仔细看过 [Documentation](https://wiki.metacubex.one/) 并无法找到这个功能 I have read the...

enhancement

首先抱歉,个人很难用很短的文本总结这个问题,标题可能有点没说清楚问题,我先详细描述一下现象 基本的配置是开启了TUN模式,对于tcp流量使用redir的方式进入clash, udp流量通过tun进入,clash配置的rule中对某些白名单ip设置了全局走proxy,proxy可选上游是 vless (tcp/xtls) / hysteria (udp) 上游服务器的防火墙配置了 udp 1024-65535 端口放行 如此配置后tcp的流量一切正常,但是udp的行为会有些问题,两个clash.meta的版本表现也不一样 ## clash.meta v1.13.2 启动clash后,如果把上游选择到vless,使用nintendo switch(在白名单内,会全局走proxy)的网络测试功能测得 `公网ip=上游ip, NAT类型=F (无法通讯),上传下载正常(TCP流量)`;如果把上游选择到 hysteria , 可以测得 `公网ip=上游ip, NAT类型=B (Restricted Cone),上传下载正常(TCP流量)` 无论测试执行多少次都是一样的结果(不存在首次失败之后成功的情况) 此时如果通过api接口PUT...

在vless节点下,添加`udp: true`,Clash接管了UDP流量之后会非常慢,DNS无论选择redir-host并使用嗅探器Sniffer,或是fake-ip都是这样 去除`udp: true`,Clash不接管UDP流量(UDP流量不走代理,直连)速度正常 以上结果于澳门本地的网络环境得出,不存在运营商UDP阻断 客户端选用了clash-verge,启用了服务模式 配置文件如下: ``` proxies: - name: "VLESS" type: vless server: IP port: 443 uuid: UUID tls: true udp: true network: tcp servername: example.com skip-cert-verify: false...

### Verify steps - [X] 确保你使用的是**本仓库**最新的的 mihomo 或 mihomo Alpha 版本 Ensure you are using the latest version of Mihomo or Mihomo Alpha from **this repository**. - [X] 如果你可以自己 debug...

bug