coralfox
coralfox
> Can anyone try setting the value of `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update\AutoUpdateCheckPeriodMinutes` to the `REG_DWORD` value of `0`, and see if it helps? 不能,首先使用的是离线版,没有此注册项,即使手动创建了依然会闪退....我切换到135版本就没有任何闪退了.
[BUG] v1.6.6 系统代理速度异常缓慢,同时还伴有 "dns resolve failed"、"i/o timeout"、"no such host"、"connect failed" 等错误
``` // 国内DNS服务器 const domesticNameservers = [ "https://dns.alidns.com/dns-query", // 阿里云公共DNS "https://doh.pub/dns-query", // 腾讯DNSPod "https://doh.360.cn/dns-query" // 360安全DNS ]; // 国外DNS服务器 const foreignNameservers = [ "https://1.1.1.1/dns-query", // Cloudflare(主) "https://1.0.0.1/dns-query", // Cloudflare(备) "https://208.67.222.222/dns-query",...