We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows
Win11 23H2 22631.4602
Mihomo Meta v1.19.0 windows amd64 with go1.23.3 Mon Dec 9 09:53:49 UTC 2024 Use tags: with_gvisor
Mihomo Meta alpha-c7fc93d windows amd64 with go1.23.3 Thu Dec 12 11:05:31 UTC 2024 Use tags: with_gvisor
mixed-port: 7890 allow-lan: false mode: rule log-level: debug external-controller: 0.0.0.0:19090 clash-for-android: append-system-dns: false hosts: mtalk.google.com: 108.177.125.188 dns: enable: true listen: 127.0.0.1:5335 default-nameserver: - 180.184.1.1 - 119.29.29.29 - 223.5.5.5 ipv6: false use-hosts: false fake-ip-filter: - "*" - +.lan - +.local - time.*.com - ntp.*.com - +.market.xiaomi.com nameserver: - https://120.53.53.53/dns-query - https://223.5.5.5/dns-query nameserver-policy: +.fflogs.com: 119.29.29.29 +.rpglogs.com: 119.29.29.29 +.tmall.com: 223.5.5.5 +.taobao.com: 223.5.5.5 +.alicdn.com: 223.5.5.5 +.aliyun.com: 223.5.5.5 +.alipay.com: 223.5.5.5 +.alibaba.com: 223.5.5.5 +.qq.com: 119.29.29.29 +.tencent.com: 119.29.29.29 +.weixin.com: 119.29.29.29 +.qpic.cn: 119.29.29.29 +.jd.com: 119.29.29.29 +.bilibili.com: 119.29.29.29 +.hdslb.com: 119.29.29.29 +.163.com: 119.29.29.29 +.126.com: 119.29.29.29 +.126.net: 119.29.29.29 +.127.net: 119.29.29.29 +.netease.com: 119.29.29.29 +.baidu.com: 223.5.5.5 +.bdstatic.com: 223.5.5.5 +.bilivideo.+: 119.29.29.29 +.iqiyi.com: 119.29.29.29 +.douyinvod.com: 180.184.1.1 +.douyin.com: 180.184.1.1 +.douyincdn.com: 180.184.1.1 +.douyinpic.com: 180.184.1.1 +.feishu.cn: 180.184.1.1 fallback: - https://101.101.101.101/dns-query - https://public.dns.iij.jp/dns-query - https://208.67.220.220/dns-query fallback-filter: geoip: true ipcidr: - 240.0.0.0/4 - 0.0.0.0/32 - 223.75.236.241/32 - 182.43.124.6/32 - 106.74.25.198/32 domain: - +.bianyuan.xyz - +.happynothings031.xyz - +.jsdelivr.net - +.proton.me enhanced-mode: fake-ip fake-ip-range: 198.18.0.1/16 use-system-hosts: false proxy-server-nameserver: - https://120.53.53.53/dns-query - https://223.5.5.5/dns-query direct-nameserver: [] proxies: - name: proxy0 server: "***" port: 12345 type: ss cipher: aes-128-gcm password: "***" plugin: obfs plugin-opts: mode: http host: 00d222af4170.microsoft.com udp: true proxy-groups: - name: TO-PROXY type: select proxies: - proxy0 rules: - DOMAIN-SUFFIX,google.com,TO-PROXY - MATCH,TO-PROXY ipv6: true socks-port: 7891 port: 7892 redir-port: 0 tproxy-port: 0 unified-delay: false tcp-concurrent: false find-process-mode: strict bind-address: "*" lan-allowed-ips: - 0.0.0.0/0 - ::/0 lan-disallowed-ips: [] authentication: [] skip-auth-prefixes: - 127.0.0.1/32 tun: enable: true device: Mihomo stack: mixed auto-route: true auto-redirect: false auto-detect-interface: true dns-hijack: - any:53 route-exclude-address: [] mtu: 1500 sniffer: enable: false parse-pure-ip: true force-dns-mapping: true override-destination: false sniff: HTTP: ports: - 80 - 443 override-destination: false TLS: ports: - 443 QUIC: ports: - 443 skip-domain: - +.push.apple.com profile: store-selected: true store-fake-ip: true geo-auto-update: false geo-update-interval: 24 geodata-mode: false geox-url: geoip: https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geoip-lite.dat geosite: https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geosite.dat mmdb: https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geoip.metadb asn: https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/GeoLite2-ASN.mmdb
如题,在更新“2024-适用于 Windows 11 Version 23H2 的 12 累积更新,适合基于 x64 的系统 (KB5048685)”后,涉及代理的网络请求会造成内核崩溃。错误在安装该补丁后发现,不排除之前也有但没有被捕捉到。据我观察,DIRECT请求一切正常,仅涉及代理的请求有一定几率造成崩溃。
使用上述配置文件,在proxy0除填入可用的代理(本人手里只有ss协议的,未测试其他协议),访问需要代理的网站,极大概率在5分钟内崩溃。
内核日志看起来一切正常: time="2024-12-13T00:53:16.7754889+08:00" level=info msg="Start initial configuration in progress" time="2024-12-13T00:53:16.7848207+08:00" level=info msg="Geodata Loader mode: memconservative" time="2024-12-13T00:53:16.7848207+08:00" level=info msg="Geosite Matcher implementation: succinct" time="2024-12-13T00:53:16.7931176+08:00" level=info msg="Initial configuration complete, total time: 8ms" time="2024-12-13T00:53:16.7936339+08:00" level=info msg="RESTful API listening at: [::]:19090" time="2024-12-13T00:53:16.7951755+08:00" level=info msg="Sniffer is closed" time="2024-12-13T00:53:16.7951755+08:00" level=info msg="DNS server listening at: 127.0.0.1:5335" time="2024-12-13T00:53:16.7951755+08:00" level=info msg="HTTP proxy listening at: 127.0.0.1:7892" time="2024-12-13T00:53:16.7956927+08:00" level=info msg="SOCKS proxy listening at: 127.0.0.1:7891" time="2024-12-13T00:53:16.7956927+08:00" level=info msg="Mixed(http+socks) proxy listening at: 127.0.0.1:7890" time="2024-12-13T00:53:16.8062849+08:00" level=warning msg="[TUN] default interface changed by monitor, => 以太网 2" time="2024-12-13T00:53:17.0616439+08:00" level=info msg="[TUN] Tun adapter listening at: Mihomo([198.18.0.1/30],[]), mtu: 1500, auto route: true, auto redir: false, ip stack: Mixed" time="2024-12-13T00:53:17.0621479+08:00" level=info msg="Start initial Compatible provider TO-PROXY" time="2024-12-13T00:53:17.0621479+08:00" level=info msg="Start initial Compatible provider default" time="2024-12-13T00:53:17.0794481+08:00" level=debug msg="[DNS] hijack udp:198.18.0.2:53 from 198.18.0.1:60259" time="2024-12-13T00:53:17.0937201+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:17.0937201+08:00" level=debug msg="[DNS] resolve v2jgyj9w.epicgames.ink A from https://223.5.5.5:443/dns-query" time="2024-12-13T00:53:17.0937201+08:00" level=debug msg="creating a new http client" time="2024-12-13T00:53:17.0937201+08:00" level=debug msg="[DNS] resolve v2jgyj9w.epicgames.ink AAAA from https://120.53.53.53:443/dns-query" time="2024-12-13T00:53:17.0937201+08:00" level=debug msg="creating a new http client" time="2024-12-13T00:53:17.0937201+08:00" level=debug msg="[https://223.5.5.5:443/dns-query] using HTTP/2 for this upstream: <nil>" time="2024-12-13T00:53:17.0937201+08:00" level=debug msg="[https://120.53.53.53:443/dns-query] using HTTP/2 for this upstream: <nil>" time="2024-12-13T00:53:17.0937201+08:00" level=debug msg="[DNS] resolve v2jgyj9w.epicgames.ink AAAA from https://223.5.5.5:443/dns-query" time="2024-12-13T00:53:17.0937201+08:00" level=debug msg="[DNS] resolve v2jgyj9w.epicgames.ink A from https://120.53.53.53:443/dns-query" time="2024-12-13T00:53:17.142875+08:00" level=debug msg="[DNS] v2jgyj9w.epicgames.ink --> [163.177.58.198] A from https://223.5.5.5:443/dns-query" time="2024-12-13T00:53:17.142875+08:00" level=debug msg="[DNS] v2jgyj9w.epicgames.ink --> [] AAAA from https://223.5.5.5:443/dns-query" time="2024-12-13T00:53:17.2789418+08:00" level=debug msg="[DNS] v2jgyj9w.epicgames.ink --> [] AAAA from https://120.53.53.53:443/dns-query" time="2024-12-13T00:53:17.6154756+08:00" level=debug msg="[DNS] hijack udp:198.18.0.2:53 from 198.18.0.1:49296" time="2024-12-13T00:53:17.6159802+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:17.6159802+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:17.6159802+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:17.6504282+08:00" level=info msg="[TCP] 198.18.0.1:2947 --> www.msftconnecttest.com:80 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:17.71514+08:00" level=debug msg="[DNS] hijack udp:198.18.0.2:53 from 198.18.0.1:58128" time="2024-12-13T00:53:17.7156447+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:17.7156447+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:17.7156447+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:17.7485108+08:00" level=info msg="[TCP] 198.18.0.1:2949 --> client.wns.windows.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:18.4955758+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:18.4955758+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:18.4955758+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:18.5465248+08:00" level=info msg="[TCP] 198.18.0.1:2952 --> mtalk.google.com:5228 match DomainSuffix(google.com) using TO-PROXY[proxy1]" time="2024-12-13T00:53:19.2448689+08:00" level=debug msg="[DNS] hijack udp:223.5.5.5:53 from 198.18.0.1:49303" time="2024-12-13T00:53:19.2448689+08:00" level=debug msg="[DNS] hijack udp:223.5.5.5:53 from 198.18.0.1:58178" time="2024-12-13T00:53:19.2453817+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:19.2453817+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:19.2453817+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:19.2811004+08:00" level=info msg="[TCP] 198.18.0.1:2954 --> update.code.visualstudio.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:20.2585373+08:00" level=debug msg="[DNS] hijack udp:198.18.0.2:53 from 198.18.0.1:50175" time="2024-12-13T00:53:20.2585373+08:00" level=debug msg="[DNS] hijack udp:198.18.0.2:53 from 198.18.0.1:50817" time="2024-12-13T00:53:20.2590413+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:20.2590413+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:20.2590413+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:20.2611722+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:20.2611722+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:20.2611722+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:20.2981174+08:00" level=info msg="[TCP] 198.18.0.1:2956 --> www.google.com:443 match DomainSuffix(google.com) using TO-PROXY[proxy1]" time="2024-12-13T00:53:20.301786+08:00" level=info msg="[TCP] 198.18.0.1:2958 --> www.gstatic.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:20.5766456+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:20.5771664+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:20.5771664+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:20.5771664+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:20.5771664+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:20.5771664+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:20.6113822+08:00" level=info msg="[TCP] 198.18.0.1:2960 --> beacons.gcp.gvt2.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:20.6162128+08:00" level=info msg="[TCP] 198.18.0.1:2961 --> beacons.gcp.gvt2.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:20.8250969+08:00" level=debug msg="[DNS] hijack udp:198.18.0.2:53 from 198.18.0.1:50876" time="2024-12-13T00:53:20.8261302+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:20.8261302+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:20.8261302+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:20.8282054+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:20.8282054+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:20.8282054+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:20.8609765+08:00" level=info msg="[TCP] 198.18.0.1:2964 --> ogads-pa.clients6.google.com:443 match DomainSuffix(google.com) using TO-PROXY[proxy1]" time="2024-12-13T00:53:20.8674277+08:00" level=info msg="[TCP] 198.18.0.1:2966 --> tunnel.googlezip.net:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:20.8832131+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:20.8832131+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:20.8832131+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:20.9192046+08:00" level=info msg="[TCP] 198.18.0.1:2968 --> beacons.gcp.gvt2.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:21.0571889+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:21.0571889+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:21.0571889+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:21.0977999+08:00" level=info msg="[TCP] 198.18.0.1:2970 --> accounts.google.com:443 match DomainSuffix(google.com) using TO-PROXY[proxy1]" time="2024-12-13T00:53:21.2702422+08:00" level=debug msg="[DNS] hijack udp:198.18.0.2:53 from 198.18.0.1:49952" time="2024-12-13T00:53:21.270761+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:21.270761+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:21.270761+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:21.3078459+08:00" level=info msg="[TCP] 198.18.0.1:2972 --> api.oopz.cn:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:21.3202337+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:21.3202337+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:21.3202337+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:21.3605193+08:00" level=info msg="[TCP] 198.18.0.1:2974 --> csp.withgoogle.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:21.7151238+08:00" level=debug msg="[DNS] hijack udp:198.18.0.2:53 from 198.18.0.1:56038" time="2024-12-13T00:53:21.7156277+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:21.7156277+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:21.7161463+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:21.7311385+08:00" level=debug msg="[DNS] hijack udp:223.5.5.5:53 from 198.18.0.1:52488" time="2024-12-13T00:53:21.7311385+08:00" level=debug msg="[DNS] hijack udp:223.5.5.5:53 from 198.18.0.1:52125" time="2024-12-13T00:53:21.7316414+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:21.7316414+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:21.7316414+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:21.7653845+08:00" level=info msg="[TCP] 198.18.0.1:2978 --> mobile.events.data.microsoft.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:22.0941963+08:00" level=warning msg="[TCP] dial TO-PROXY (match Match/) 198.18.0.1:2943 --> client-update.akamai.steamstatic.com:443 error: v2jgyj9w.epicgames.ink:12023 connect error: connect failed: dial tcp 163.177.58.198:12023: i/o timeout" time="2024-12-13T00:53:22.7064408+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:22.7064408+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:22.7064408+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:22.7554679+08:00" level=info msg="[TCP] 198.18.0.1:2980 --> client-update.fastly.steamstatic.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:22.9718986+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:22.9718986+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:22.9718986+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:23.0121482+08:00" level=info msg="[TCP] 198.18.0.1:2982 --> tunnel.googlezip.net:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:24.1688764+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:24.1688764+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:24.1688764+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:24.2092034+08:00" level=info msg="[TCP] 198.18.0.1:2984 --> store.epicgames.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:24.2418509+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:24.2418509+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:24.2418509+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:24.2444512+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:24.2444512+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:24.2444512+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:24.2780836+08:00" level=info msg="[TCP] 198.18.0.1:2986 --> optimizationguide-pa.googleapis.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:24.2795954+08:00" level=info msg="[TCP] 198.18.0.1:2988 --> store.epicgames.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:24.8469401+08:00" level=debug msg="[DNS] hijack udp:198.18.0.2:53 from 198.18.0.1:52887" time="2024-12-13T00:53:24.8469401+08:00" level=debug msg="[DNS] hijack udp:198.18.0.2:53 from 198.18.0.1:59267" time="2024-12-13T00:53:24.8469401+08:00" level=debug msg="[DNS] hijack udp:198.18.0.2:53 from 198.18.0.1:63719" time="2024-12-13T00:53:24.8469401+08:00" level=debug msg="[DNS] hijack udp:198.18.0.2:53 from 198.18.0.1:62480" time="2024-12-13T00:53:24.9574626+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:24.9574626+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:24.9574626+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:24.9574626+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:24.9574626+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:24.9574626+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:24.9574626+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:24.9574626+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:24.9574626+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:24.9574626+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:24.9574626+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:24.9579861+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:24.9920215+08:00" level=info msg="[TCP] 198.18.0.1:2997 --> static-assets-prod.epicgames.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:24.9920215+08:00" level=info msg="[TCP] 198.18.0.1:2999 --> static-assets-prod.epicgames.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:24.9920215+08:00" level=info msg="[TCP] 198.18.0.1:2998 --> static-assets-prod.epicgames.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:24.9920215+08:00" level=info msg="[TCP] 198.18.0.1:2990 --> components.unrealengine.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:24.9920215+08:00" level=info msg="[TCP] 198.18.0.1:2992 --> cdn2.unrealengine.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:24.9925285+08:00" level=info msg="[TCP] 198.18.0.1:2991 --> components.unrealengine.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:24.9938512+08:00" level=info msg="[TCP] 198.18.0.1:2993 --> cdn2.unrealengine.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:24.9938512+08:00" level=info msg="[TCP] 198.18.0.1:3002 --> epic-social-social-modules-prod.ol.epicgames.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:24.9943547+08:00" level=info msg="[TCP] 198.18.0.1:2995 --> static-assets-prod.epicgames.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:24.9968529+08:00" level=info msg="[TCP] 198.18.0.1:2996 --> static-assets-prod.epicgames.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:24.9968529+08:00" level=info msg="[TCP] 198.18.0.1:2994 --> static-assets-prod.epicgames.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:24.9991767+08:00" level=info msg="[TCP] 198.18.0.1:3000 --> cdn1.unrealengine.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:25.1532387+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:25.1532387+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:25.1532387+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:25.1870798+08:00" level=info msg="[TCP] 198.18.0.1:3014 --> ogs.google.com:443 match DomainSuffix(google.com) using TO-PROXY[proxy1]" time="2024-12-13T00:53:25.3995601+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:25.3995601+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:25.3995601+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:25.438934+08:00" level=info msg="[TCP] 198.18.0.1:3016 --> ssl.gstatic.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:26.7159363+08:00" level=warning msg="[TCP] dial TO-PROXY (match DomainSuffix/google.com) 198.18.0.1:2976 --> mtalk.google.com:5228 error: v2jgyj9w.epicgames.ink:12023 connect error: connect failed: dial tcp 163.177.58.198:12023: i/o timeout" time="2024-12-13T00:53:26.7164426+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:26.7164426+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:26.7164426+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:26.7509205+08:00" level=info msg="[TCP] 198.18.0.1:3018 --> mtalk.google.com:5228 match DomainSuffix(google.com) using TO-PROXY[proxy1]" time="2024-12-13T00:53:30.9708168+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:30.9708168+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:30.9708168+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:33.6176557+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:33.6176557+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:33.6176557+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:33.6518878+08:00" level=info msg="[TCP] 198.18.0.1:3022 --> encrypted-tbn0.gstatic.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:34.3670856+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:34.3670856+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:34.3670856+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:34.40846+08:00" level=info msg="[TCP] 198.18.0.1:3024 --> tunnel.googlezip.net:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:34.4097419+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:34.4097419+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:34.4097419+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:34.448197+08:00" level=info msg="[TCP] 198.18.0.1:3026 --> i.ytimg.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:34.5977699+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:34.5977699+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:34.5977699+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:34.5982902+08:00" level=debug msg="[DNS] resolve encrypted-tbn1.gstatic.com AAAA from https://223.5.5.5:443/dns-query" time="2024-12-13T00:53:34.5982902+08:00" level=debug msg="[DNS] resolve encrypted-tbn1.gstatic.com AAAA from https://120.53.53.53:443/dns-query" time="2024-12-13T00:53:34.5982902+08:00" level=debug msg="[DNS] resolve encrypted-tbn1.gstatic.com A from https://120.53.53.53:443/dns-query" time="2024-12-13T00:53:34.5982902+08:00" level=debug msg="[DNS] resolve encrypted-tbn1.gstatic.com A from https://223.5.5.5:443/dns-query" time="2024-12-13T00:53:34.5982902+08:00" level=debug msg="[DNS] resolve encrypted-tbn2.gstatic.com A from https://223.5.5.5:443/dns-query" time="2024-12-13T00:53:34.5982902+08:00" level=debug msg="[DNS] resolve encrypted-tbn2.gstatic.com A from https://120.53.53.53:443/dns-query" time="2024-12-13T00:53:34.5982902+08:00" level=debug msg="[DNS] resolve encrypted-tbn2.gstatic.com AAAA from https://223.5.5.5:443/dns-query" time="2024-12-13T00:53:34.5982902+08:00" level=debug msg="[DNS] resolve encrypted-tbn2.gstatic.com AAAA from https://120.53.53.53:443/dns-query" time="2024-12-13T00:53:34.599351+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:34.599351+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:34.599351+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:34.599351+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:34.599351+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:34.599868+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:34.6030331+08:00" level=debug msg="[DNS] encrypted-tbn1.gstatic.com --> [] AAAA from https://223.5.5.5:443/dns-query" time="2024-12-13T00:53:34.6030331+08:00" level=debug msg="[DNS] encrypted-tbn1.gstatic.com --> [142.250.196.206] A from https://223.5.5.5:443/dns-query" time="2024-12-13T00:53:34.6030331+08:00" level=info msg="Load MMDB file: C:\\Users\\adson\\Workspace\\Applications\\Mihomo\\config/country.mmdb" time="2024-12-13T00:53:34.6030331+08:00" level=debug msg="[DNS] resolve encrypted-tbn1.gstatic.com A from https://208.67.220.220:443/dns-query" time="2024-12-13T00:53:34.6030331+08:00" level=debug msg="[DNS] resolve encrypted-tbn1.gstatic.com A from https://101.101.101.101:443/dns-query" time="2024-12-13T00:53:34.6030331+08:00" level=debug msg="creating a new http client" time="2024-12-13T00:53:34.6030331+08:00" level=debug msg="creating a new http client" time="2024-12-13T00:53:34.6030331+08:00" level=debug msg="[https://101.101.101.101:443/dns-query] using HTTP/2 for this upstream: <nil>" time="2024-12-13T00:53:34.6030331+08:00" level=debug msg="[https://208.67.220.220:443/dns-query] using HTTP/2 for this upstream: <nil>" time="2024-12-13T00:53:34.6030331+08:00" level=debug msg="[DNS] encrypted-tbn2.gstatic.com --> [142.250.204.46] A from https://223.5.5.5:443/dns-query" time="2024-12-13T00:53:34.6030331+08:00" level=debug msg="[DNS] resolve encrypted-tbn1.gstatic.com A from https://public.dns.iij.jp:443/dns-query" time="2024-12-13T00:53:34.6030331+08:00" level=debug msg="[DNS] encrypted-tbn2.gstatic.com --> [] AAAA from https://223.5.5.5:443/dns-query" time="2024-12-13T00:53:34.6030331+08:00" level=debug msg="creating a new http client" time="2024-12-13T00:53:34.6035563+08:00" level=debug msg="[DNS] resolve encrypted-tbn2.gstatic.com A from https://208.67.220.220:443/dns-query" time="2024-12-13T00:53:34.6035563+08:00" level=debug msg="[DNS] resolve encrypted-tbn2.gstatic.com A from https://101.101.101.101:443/dns-query" time="2024-12-13T00:53:34.6035563+08:00" level=debug msg="[DNS] resolve encrypted-tbn2.gstatic.com A from https://public.dns.iij.jp:443/dns-query" time="2024-12-13T00:53:34.6035563+08:00" level=debug msg="[https://public.dns.iij.jp:443/dns-query] using HTTP/2 for this upstream: <nil>" time="2024-12-13T00:53:34.6035563+08:00" level=debug msg="[DNS] resolve public.dns.iij.jp AAAA from udp://180.184.1.1:53" time="2024-12-13T00:53:34.6035563+08:00" level=debug msg="[DNS] resolve public.dns.iij.jp AAAA from udp://223.5.5.5:53" time="2024-12-13T00:53:34.6035563+08:00" level=debug msg="[DNS] resolve public.dns.iij.jp A from udp://119.29.29.29:53" time="2024-12-13T00:53:34.6035563+08:00" level=debug msg="[DNS] resolve public.dns.iij.jp AAAA from udp://119.29.29.29:53" time="2024-12-13T00:53:34.6035563+08:00" level=debug msg="[DNS] resolve public.dns.iij.jp A from udp://180.184.1.1:53" time="2024-12-13T00:53:34.6035563+08:00" level=debug msg="[DNS] resolve public.dns.iij.jp A from udp://223.5.5.5:53" time="2024-12-13T00:53:34.6082807+08:00" level=debug msg="[DNS] public.dns.iij.jp --> [2001:300::5 2001:300::6] AAAA from udp://223.5.5.5:53" time="2024-12-13T00:53:34.608797+08:00" level=debug msg="[DNS] public.dns.iij.jp --> [103.2.57.5 103.2.57.6] A from udp://223.5.5.5:53" time="2024-12-13T00:53:34.6324179+08:00" level=info msg="[TCP] 198.18.0.1:3030 --> encrypted-tbn1.gstatic.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:34.6333229+08:00" level=info msg="[TCP] 198.18.0.1:3028 --> encrypted-tbn3.gstatic.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:34.6346753+08:00" level=info msg="[TCP] 198.18.0.1:3031 --> encrypted-tbn2.gstatic.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:34.6815212+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:34.6815212+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:34.6815212+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:34.7416904+08:00" level=debug msg="[DNS] encrypted-tbn2.gstatic.com --> [142.250.196.206] A from https://208.67.220.220:443/dns-query" time="2024-12-13T00:53:34.7442274+08:00" level=debug msg="[DNS] encrypted-tbn1.gstatic.com --> [142.250.196.206] A from https://208.67.220.220:443/dns-query" time="2024-12-13T00:53:34.8417864+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:34.8417864+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:34.8417864+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:34.8417864+08:00" level=info msg="[UDP] 198.18.0.1:53623 --> encrypted-tbn2.gstatic.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:34.8449866+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:34.8449866+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:34.8449866+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:34.8449866+08:00" level=info msg="[UDP] 198.18.0.1:49602 --> encrypted-tbn1.gstatic.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:34.9558823+08:00" level=debug msg="[DNS] encrypted-tbn2.gstatic.com --> [] AAAA from https://120.53.53.53:443/dns-query" time="2024-12-13T00:53:34.9558823+08:00" level=debug msg="[DNS] resolve encrypted-tbn2.gstatic.com AAAA from https://208.67.220.220:443/dns-query" time="2024-12-13T00:53:34.9558823+08:00" level=debug msg="[DNS] resolve encrypted-tbn2.gstatic.com AAAA from https://public.dns.iij.jp:443/dns-query" time="2024-12-13T00:53:34.9558823+08:00" level=debug msg="[DNS] resolve encrypted-tbn2.gstatic.com AAAA from https://101.101.101.101:443/dns-query" time="2024-12-13T00:53:34.9832619+08:00" level=debug msg="[DNS] encrypted-tbn1.gstatic.com --> [] AAAA from https://120.53.53.53:443/dns-query" time="2024-12-13T00:53:34.9832619+08:00" level=debug msg="[DNS] resolve encrypted-tbn1.gstatic.com AAAA from https://208.67.220.220:443/dns-query" time="2024-12-13T00:53:34.9832619+08:00" level=debug msg="[DNS] resolve encrypted-tbn1.gstatic.com AAAA from https://public.dns.iij.jp:443/dns-query" time="2024-12-13T00:53:34.9832619+08:00" level=debug msg="[DNS] resolve encrypted-tbn1.gstatic.com AAAA from https://101.101.101.101:443/dns-query" time="2024-12-13T00:53:35.0333545+08:00" level=debug msg="[DNS] encrypted-tbn2.gstatic.com --> [] AAAA from https://208.67.220.220:443/dns-query" time="2024-12-13T00:53:35.0371437+08:00" level=debug msg="[DNS] encrypted-tbn1.gstatic.com --> [] AAAA from https://208.67.220.220:443/dns-query" time="2024-12-13T00:53:35.1812513+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:35.1812513+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:35.1812513+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:35.1952816+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:35.1952816+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:35.1952816+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:35.2184556+08:00" level=info msg="[TCP] 198.18.0.1:3041 --> www.msftconnecttest.com:80 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:35.4912401+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:35.4912401+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:35.4912401+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:35.970991+08:00" level=warning msg="[TCP] dial TO-PROXY (match Match/) 198.18.0.1:3020 --> sstats.adobe.com:443 error: v2jgyj9w.epicgames.ink:12023 connect error: connect failed: dial tcp 163.177.58.198:12023: i/o timeout" time="2024-12-13T00:53:35.9715078+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:35.9715078+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:35.9715078+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:36.0110121+08:00" level=info msg="[TCP] 198.18.0.1:3047 --> sstats.adobe.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:36.0482468+08:00" level=debug msg="[DNS] encrypted-tbn1.gstatic.com --> [2404:6800:4012:7::200e] AAAA from https://101.101.101.101:443/dns-query" time="2024-12-13T00:53:36.0482468+08:00" level=debug msg="[DNS] encrypted-tbn2.gstatic.com --> [2404:6800:4012:7::200e] AAAA from https://101.101.101.101:443/dns-query" time="2024-12-13T00:53:36.8883324+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:36.8883324+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:36.8883324+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:36.9244895+08:00" level=info msg="[TCP] 198.18.0.1:3049 --> tunnel.googlezip.net:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:36.9611739+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:36.9611739+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:36.9611739+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:37.0005867+08:00" level=info msg="[TCP] 198.18.0.1:3051 --> self.events.data.microsoft.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:37.238557+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:37.238557+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:37.238557+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:37.2755631+08:00" level=info msg="[TCP] 198.18.0.1:3053 --> tunnel.googlezip.net:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:39.6816596+08:00" level=warning msg="[TCP] dial TO-PROXY (match Match/) 198.18.0.1:3039 --> www.youtube.com:443 error: v2jgyj9w.epicgames.ink:12023 connect error: connect failed: dial tcp 163.177.58.198:12023: i/o timeout" time="2024-12-13T00:53:39.6821666+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:39.6821666+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:39.6821666+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:39.7200204+08:00" level=info msg="[TCP] 198.18.0.1:3055 --> www.youtube.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:39.9591106+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:39.9591106+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:39.9591106+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:39.9904481+08:00" level=info msg="[TCP] 198.18.0.1:3057 --> www.youtube.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:40.1831631+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:40.1831631+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:40.1831631+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:40.1956838+08:00" level=warning msg="[TCP] dial TO-PROXY (match Match/) 198.18.0.1:3043 --> ipv6.msftconnecttest.com:80 error: v2jgyj9w.epicgames.ink:12023 connect error: connect failed: dial tcp 163.177.58.198:12023: i/o timeout" time="2024-12-13T00:53:40.2214551+08:00" level=info msg="[TCP] 198.18.0.1:3059 --> i.ytimg.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:40.3984257+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:40.3984257+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:40.3984257+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:40.4339459+08:00" level=info msg="[TCP] 198.18.0.1:3061 --> jnn-pa.googleapis.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:40.4917926+08:00" level=warning msg="[TCP] dial TO-PROXY (match DomainSuffix/google.com) 198.18.0.1:3045 --> clients4.google.com:443 error: v2jgyj9w.epicgames.ink:12023 connect error: connect failed: dial tcp 163.177.58.198:12023: i/o timeout" time="2024-12-13T00:53:40.4923446+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:40.4923446+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:40.4923446+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:40.5364491+08:00" level=info msg="[TCP] 198.18.0.1:3063 --> clients4.google.com:443 match DomainSuffix(google.com) using TO-PROXY[proxy1]" time="2024-12-13T00:53:41.3474557+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:41.347975+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:41.347975+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:41.3845309+08:00" level=info msg="[TCP] 198.18.0.1:3065 --> tunnel.googlezip.net:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:53:51.2825679+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:53:51.2830878+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:53:51.2830878+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:53:51.3355094+08:00" level=info msg="[TCP] 198.18.0.1:3067 --> api.oopz.cn:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:54:14.7815707+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:54:14.7815707+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:54:14.7815707+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:54:14.8307028+08:00" level=info msg="[TCP] 198.18.0.1:11659 --> github.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:54:14.9031764+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:54:14.9031764+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:54:14.9031764+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:54:14.9387921+08:00" level=info msg="[TCP] 198.18.0.1:11661 --> github.githubassets.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:54:15.7979223+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:54:15.7984423+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:54:15.7984423+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:54:15.7989633+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:54:15.7989633+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:54:15.7989633+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:54:15.8359224+08:00" level=info msg="[TCP] 198.18.0.1:11663 --> github.githubassets.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:54:15.8374743+08:00" level=info msg="[TCP] 198.18.0.1:11665 --> avatars.githubusercontent.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:54:21.2824243+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:54:21.2824243+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:54:21.2824243+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:54:21.3226616+08:00" level=info msg="[TCP] 198.18.0.1:11667 --> api.oopz.cn:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:54:26.7166293+08:00" level=debug msg="[DNS] hijack udp:198.18.0.2:53 from 198.18.0.1:59807" time="2024-12-13T00:54:27.2361134+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:54:27.2361134+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:54:27.2361134+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:54:27.286942+08:00" level=info msg="[TCP] 198.18.0.1:11669 --> e2c68.gcp.gvt2.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:54:37.5278187+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:54:37.5278187+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:54:37.5278187+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 00:54:37" time="2024-12-13T00:54:37.5278187+08:00" level=debug msg="[DNS] resolve v2jgyj9w.epicgames.ink AAAA from https://223.5.5.5:443/dns-query" time="2024-12-13T00:54:37.5278187+08:00" level=debug msg="[DNS] resolve v2jgyj9w.epicgames.ink AAAA from https://120.53.53.53:443/dns-query" time="2024-12-13T00:54:37.5329238+08:00" level=debug msg="[DNS] v2jgyj9w.epicgames.ink --> [] AAAA from https://223.5.5.5:443/dns-query" time="2024-12-13T00:54:37.5660838+08:00" level=info msg="[TCP] 198.18.0.1:11675 --> beacons.gvt2.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:54:37.658517+08:00" level=debug msg="[DNS] v2jgyj9w.epicgames.ink --> [] AAAA from https://120.53.53.53:443/dns-query" time="2024-12-13T00:54:37.7118276+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:54:37.7118276+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:54:37.7118276+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 01:04:37" time="2024-12-13T00:54:37.7458331+08:00" level=info msg="[TCP] 198.18.0.1:11677 --> e2c12.gcp.gvt2.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:54:41.6746319+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:54:41.6746319+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:54:41.6746319+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 01:04:37" time="2024-12-13T00:54:41.7127151+08:00" level=info msg="[TCP] 198.18.0.1:11679 --> self.events.data.microsoft.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:54:42.544987+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:54:42.544987+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:54:42.544987+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 01:04:37" time="2024-12-13T00:54:42.5788641+08:00" level=info msg="[TCP] 198.18.0.1:11681 --> tunnel.googlezip.net:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:54:51.2752383+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:54:51.2752383+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:54:51.2752383+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 01:04:37" time="2024-12-13T00:54:51.3286535+08:00" level=info msg="[TCP] 198.18.0.1:11683 --> api.oopz.cn:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:54:52.5322168+08:00" level=debug msg="[DNS] resolve beacons2.gvt2.com A from https://223.5.5.5:443/dns-query" time="2024-12-13T00:54:52.5322168+08:00" level=debug msg="[DNS] resolve beacons2.gvt2.com AAAA from https://223.5.5.5:443/dns-query" time="2024-12-13T00:54:52.5322168+08:00" level=debug msg="[DNS] resolve beacons2.gvt2.com AAAA from https://120.53.53.53:443/dns-query" time="2024-12-13T00:54:52.5322168+08:00" level=debug msg="[DNS] resolve beacons2.gvt2.com A from https://120.53.53.53:443/dns-query" time="2024-12-13T00:54:52.5322168+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:54:52.5322168+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:54:52.5322168+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 01:04:37" time="2024-12-13T00:54:52.5373352+08:00" level=debug msg="[DNS] beacons2.gvt2.com --> [216.239.32.3] A from https://223.5.5.5:443/dns-query" time="2024-12-13T00:54:52.5373352+08:00" level=debug msg="[DNS] resolve beacons2.gvt2.com A from https://208.67.220.220:443/dns-query" time="2024-12-13T00:54:52.5373352+08:00" level=debug msg="[DNS] resolve beacons2.gvt2.com A from https://public.dns.iij.jp:443/dns-query" time="2024-12-13T00:54:52.5373352+08:00" level=debug msg="[DNS] beacons2.gvt2.com --> [] AAAA from https://223.5.5.5:443/dns-query" time="2024-12-13T00:54:52.5373352+08:00" level=debug msg="[DNS] resolve beacons2.gvt2.com A from https://101.101.101.101:443/dns-query" time="2024-12-13T00:54:52.5373352+08:00" level=debug msg="[DNS] cache hit public.dns.iij.jp --> [2001:300::5 2001:300::6] AAAA, expire at 2024-12-13 00:58:29" time="2024-12-13T00:54:52.5373352+08:00" level=debug msg="[DNS] cache hit public.dns.iij.jp --> [103.2.57.5 103.2.57.6] A, expire at 2024-12-13 00:55:19" time="2024-12-13T00:54:52.5701983+08:00" level=info msg="[TCP] 198.18.0.1:11685 --> beacons2.gvt2.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:54:52.6683154+08:00" level=debug msg="re-creating the http client due to requesting https://public.dns.iij.jp:443/dns-query: Get \"https://public.dns.iij.jp:443/dns-query?dns=AAABAAABAAAAAAAACGJlYWNvbnMyBGd2dDIDY29tAAABAAE\": read tcp 10.6.6.101:11690->103.2.57.5:443: wsarecv: An existing connection was forcibly closed by the remote host." time="2024-12-13T00:54:52.6683154+08:00" level=debug msg="[https://public.dns.iij.jp:443/dns-query] using HTTP/2 for this upstream: <nil>" time="2024-12-13T00:54:52.6788185+08:00" level=debug msg="[DNS] beacons2.gvt2.com --> [120.253.253.98] A from https://208.67.220.220:443/dns-query" time="2024-12-13T00:54:52.7788718+08:00" level=debug msg="[Rule] use default rules" time="2024-12-13T00:54:52.7788718+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [163.177.58.198] A, expire at 2024-12-13 01:02:02" time="2024-12-13T00:54:52.7788718+08:00" level=debug msg="[DNS] cache hit v2jgyj9w.epicgames.ink --> [] AAAA, expire at 2024-12-13 01:04:37" time="2024-12-13T00:54:52.7788718+08:00" level=info msg="[UDP] 198.18.0.1:50533 --> beacons2.gvt2.com:443 match Match using TO-PROXY[proxy1]" time="2024-12-13T00:54:52.872146+08:00" level=debug msg="[DNS] beacons2.gvt2.com --> [] AAAA from https://120.53.53.53:443/dns-query" time="2024-12-13T00:54:52.872146+08:00" level=debug msg="[DNS] resolve beacons2.gvt2.com AAAA from https://208.67.220.220:443/dns-query" time="2024-12-13T00:54:52.872146+08:00" level=debug msg="[DNS] resolve beacons2.gvt2.com AAAA from https://public.dns.iij.jp:443/dns-query" time="2024-12-13T00:54:52.872146+08:00" level=debug msg="[DNS] resolve beacons2.gvt2.com AAAA from https://101.101.101.101:443/dns-query" time="2024-12-13T00:54:52.872146+08:00" level=debug msg="[DNS] cache hit public.dns.iij.jp --> [103.2.57.5 103.2.57.6] A, expire at 2024-12-13 00:55:19" time="2024-12-13T00:54:52.872146+08:00" level=debug msg="[DNS] cache hit public.dns.iij.jp --> [2001:300::5 2001:300::6] AAAA, expire at 2024-12-13 00:58:29" time="2024-12-13T00:54:52.9277349+08:00" level=debug msg="[DNS] beacons2.gvt2.com --> [] AAAA from https://208.67.220.220:443/dns-query" 崩溃时的panic: panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x20 pc=0x18ee73f] goroutine 1124 [running]: github.com/sagernet/sing/common/buf.(*Buffer).Len(...) github.com/sagernet/[email protected]/common/buf/buffer.go:327 github.com/metacubex/sing-shadowsocks2/shadowaead.(*clientPacketConn).readPacket(0xed6401?, 0xc000a35e00?) github.com/metacubex/[email protected]/shadowaead/method.go:308 +0x3f github.com/metacubex/sing-shadowsocks2/shadowaead.(*clientPacketReadWaiter).WaitReadPacket(0xc000664150) github.com/metacubex/[email protected]/shadowaead/method_wait.go:56 +0x69 github.com/metacubex/mihomo/common/net/packet.(*enhanceSingPacketConn).WaitReadFrom(0xc00038d300) github.com/metacubex/mihomo/common/net/packet/packet_sing.go:30 +0x74 github.com/metacubex/mihomo/common/net/deadline.(*enhancePacketConn).pipeWaitReadFrom(0xc00038d328) github.com/metacubex/mihomo/common/net/deadline/packet_enhance.go:76 +0x28 created by github.com/metacubex/mihomo/common/net/deadline.(*enhancePacketConn).WaitReadFrom in goroutine 1117 github.com/metacubex/mihomo/common/net/deadline/packet_enhance.go:70 +0x387
The text was updated successfully, but these errors were encountered:
这两天试了下,应该不是win11的问题,换了个机场好了。对比了下配置文件,新机场用的也是ss协议,但没有开启obfs,不确定是obfs的问题还是机场方用的ss服务端的问题。
Sorry, something went wrong.
No branches or pull requests
验证步骤
操作系统
Windows
系统版本
Win11 23H2 22631.4602
Mihomo 版本
Mihomo Meta v1.19.0 windows amd64 with go1.23.3 Mon Dec 9 09:53:49 UTC 2024
Use tags: with_gvisor
Mihomo Meta alpha-c7fc93d windows amd64 with go1.23.3 Thu Dec 12 11:05:31 UTC 2024
Use tags: with_gvisor
配置文件
描述
如题,在更新“2024-适用于 Windows 11 Version 23H2 的 12 累积更新,适合基于 x64 的系统 (KB5048685)”后,涉及代理的网络请求会造成内核崩溃。错误在安装该补丁后发现,不排除之前也有但没有被捕捉到。据我观察,DIRECT请求一切正常,仅涉及代理的请求有一定几率造成崩溃。
重现方式
使用上述配置文件,在proxy0除填入可用的代理(本人手里只有ss协议的,未测试其他协议),访问需要代理的网站,极大概率在5分钟内崩溃。
日志
The text was updated successfully, but these errors were encountered: