Explore the GitHub Discussions forum for zzzgydi clash-verge. Discuss code, ask questions & collaborate with the developer community.
Clash For Windows 汉化补丁和汉化脚本. Contribute to WIN233/Clash_Chinese_Patch development by creating an account on GitHub.
resolve save windows state event (80fd7dd) by @greenhat616 tray:proxies updating deadlock (9ae958e) by @greenhat616 tray:should disable click expect Selector and Fallback type (f61ba52) by @greenhat616 tray:use base64 encoded id to fix item not found issue (46a91db) by @greenhat...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
proxy-groups: - name: "Entry" type: select proxies: - <Auto> - <Select>ClashTui File Structurebasic_clash_config.yaml: Basic fields of mihomo configuration, which will be merged into clash_cfg_path. config.yaml: Configuration of clashtui....
proxies: use indexmap instead to correct order (e0db001) by @greenhat616 proxy item box-shadow err (ad8b2a0) by @keiko233 release ci (33e4087) by @greenhat616 release ci (71503a4) by @greenhat616 resolve save windows state event (80fd7dd) by @greenhat616 tray: proxies updating de...
v1.5.0 0a915bf ⚠ BREAKING CHANGES clash:add default core secret and impl port checker before clash start (#533) bundler:remove msi target config:modify default external-controller port (#436) backend:add tray proxies selector support (#417) ...
@@ -377,10 +378,10 @@ func parseProxies(cfg *RawConfig) (proxies map[string]C.Proxy, providersMap map[ providersMap[name] = pd } for _, provider := range providersMap { log.Infoln("Start initial provider %s", provider.Name()) if err := provider.Initial(); err != nil { retur...
// ResolveProxyServerHost proxies server host only func ResolveProxyServerHost(host string) (net.IP, error) { func ResolveProxyServerHost(host string) (netip.Addr, error) { if ProxyServerHostResolver != nil { return ResolveIPWithResolver(host, ProxyServerHostResolver) } Expand Down 3 changes...
fix: group filter add not matched proxies at the end by @wwqgtxx fix: group filter touch provider by @Adlyq fix: GSO support for TUN by @wwqgtxx fix: gvisor panic by @wwqgtxx fix: gvisor stack's dns hijack not working by @wwqgtxx fix: gVisor UDP 6to4 check by @wwqgtxx fix:...