MetaCubeX / mihomo

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

TUIC增加sni配置项 #380

Closed pk000 closed 1 year ago

pk000 commented 1 year ago

现有的代码不支持sni设置,只能跳过。建议增加sni配置,可以校验服务器。

qist commented 1 year ago

代理可以使用ip 代理服务器IP 就不需要跳过了,

pk000 commented 1 year ago

如果方便实现校验的话,希望还是可以增加SNI配置。

Skyxim commented 1 year ago

@pk000 已经支持

pk000 commented 1 year ago

@Skyxim 在Wiki(https://github.com/MetaCubeX/Clash.Meta/wiki/Configuring-example#tuic)中没看到SNI相关配置项,只看到disable-sni这一项。 我需要链接的服务器的域名与使用的SNI名字不一样,希望可以多个SNI项可以配置。 像surge/shadowrocket一样。host和sni单独配置。

qist commented 1 year ago

https://github.com/MetaCubeX/Clash.Meta/blob/Alpha/adapter/outbound/tuic.go 这里面 SNI string proxy:"sni,omitempty"

pk000 commented 1 year ago

看到了。 Wiki页面也同步更新一下吧~ 一般人不会看源代码。 另外alpha版本什么时候可以发布到最新release?