MetaCubeX / mihomo

A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.
https://wiki.metacubex.one
MIT License
15.78k stars 2.58k forks source link

[Bug] 在Windows上无法使用tuic_V5的配置 #646

Closed oborrm closed 1 year ago

oborrm commented 1 year ago

Verify steps

Clash version

clash alpha 0b1aff5

What OS are you seeing the problem on?

Windows

Clash config

- name: proxy
      server: server.com
      port: 18386
      type: tuic
      user: kdu73927-d1782-njc8-n9xs-ncx873k7du38
      password: _V3I)_sGCglA1%kc$fRX
      heartbeat-interval: 3000
      alpn: [h3]
      disable-sni: false
      reduce-rtt: true
      request-timeout: 8000
      udp-relay-mode: native # Available: "native", "quic". Default: "native"
      congestion-controller: bbr # Available: "cubic", "new_reno", "bbr". Default: "cubic"
      fast-open: false
      skip-cert-verify: true

Clash log

No response

Description

在Windows上无法使用tuic_v5的配置,已经在最新的clash_verge上尝试了,连不通。也在windows上直接使用最新的clash meta alpha core去运行相同的配置文件,也是不行的。但是同样的配置文件改为tuic_v4的配置,不管是VERGE还是“裸CORE”运行,都没问题。同样的配置在clash meta for android上,不管是v4还是v5都能正常连通。

我的服务端也是用docker跑的clash meta 的alpha分支,一直保持同步最新的版本。

zdfdreamfactory commented 1 year ago

把user改成uuid试试?

Skyxim commented 1 year ago

https://wiki.metacubex.one/config/proxies/tuic/

oborrm commented 1 year ago

把user改成uuid试试?

谢谢,可以使用了,没发现配置写错了。

oborrm commented 1 year ago

https://wiki.metacubex.one/config/proxies/tuic/

谢谢