SagerNet / sing-box

The universal proxy platform
https://sing-box.sagernet.org/
Other
15.38k stars 1.89k forks source link

PuerNya版本的sing-box providers detour不生效的问题。 #1828

Closed ansemz closed 3 weeks ago

ansemz commented 3 weeks ago

操作系统

Windows

系统版本

windows10 22h2

安装类型

PuerNya sing-box 命令行程序

如果您使用图形客户端程序,请提供该程序版本。

No response

版本

D:\sing-box-PuerNya>sing-box.exe version
sing-box version 1.9.0-e68241c0

Environment: go1.22.3 windows/amd64
Tags: with_quic,with_dhcp,with_wireguard,with_shadowsocksr,with_ech,with_utls,with_reality_server,with_clash_api,with_gvisor
Revision: e68241c039bb909e8d2073f1fc897f70d5cc57ff
CGO: disabled

描述

@PuerNya 用的PuerNya大神的fork,支持outbound_providers。这样命令行版本也可以使用订阅,但是由于我这里网络需要通过前置代理socks5intra才能上网,所以我根据文档,写好了配置文件。

{
  "dns": {
    "servers": [
      {
        "tag": "dns_proxy",
        "address": "https://8.8.8.8/dns-query",
        "address_resolver": "dns_resolver",
        "strategy": "ipv4_only",
        "detour": "proxy"
      },
      {
        "tag": "dns_cn",
        "address": "https://dns.alidns.com/dns-query",
        "address_resolver": "dns_resolver",
        "strategy": "ipv4_only",
        "detour": "socks5intra"
      },
      {
        "tag": "dns_resolver",
        "address": "192.168.18.18",
        "detour": "direct"
      }
    ],
    "rules": [
      {
        "outbound": "any",
        "server": "dns_resolver"
      },
      {
        "rule_set": "geosite-geolocation-!cn",
        "server": "dns_proxy"
      }
    ],
    "final": "dns_resolver",
    "strategy": "ipv4_only"
  },
  "inbounds": [
    {
      "type": "tun",
      "tag": "tun-in",
      "mtu": 1492,
      "inet4_address": "172.16.0.1/30",
      "auto_route": true,
      "strict_route": true,
      "stack": "system",
      "sniff": true
    }
  ],
  "outbounds": [
    {
      "type": "socks",
      "tag": "socks5intra",
      "server": "192.168.18.200",
      "server_port": 1080
    },
    {
      "type": "direct",
      "tag": "direct"
    },
    {
      "type": "block",
      "tag": "block"
    },
    {
      "type": "dns",
      "tag": "dns-out"
    },
    {
      "type": "urltest",
      "tag": "proxy",
      "providers": "chromego"
    }
  ],
  "route": {
    "rules": [
      {
        "protocol": "dns",
        "outbound": "dns-out"
      },
      {
        "type": "logical",
        "mode": "and",
        "rules": [
          {
            "rule_set": "geoip-cn",
            "invert": true
          },
          {
            "rule_set": "geosite-geolocation-!cn"
          }
        ],
        "outbound": "proxy"
      },
      {
        "rule_set": "geoip-cn",
        "outbound": "socks5intra"
      },
      {
        "ip_is_private": true,
        "outbound": "direct"
      }
    ],
    "rule_set": [
      {
        "type": "remote",
        "tag": "geosite-geolocation-!cn",
        "format": "binary",
        "url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-geolocation-!cn.srs",
        "download_detour": "proxy"
      },
      {
        "type": "remote",
        "tag": "geoip-cn",
        "format": "binary",
        "url": "https://raw.githubusercontent.com/SagerNet/sing-geoip/rule-set/geoip-cn.srs",
        "download_detour": "proxy"
      }
    ],
    "final": "proxy",
    "auto_detect_interface": true
  },
  "outbound_providers": [
    {
      "type": "remote",
      "path": "chromego.txt",
      "tag": "chromego",
      "override_dialer": {
        "force_override": true,
        "detour": "socks5intra"
      },
      "download_url": "https://chromego-sub.netlify.app/sub/sing-box.json",
      "download_interval": "24h0m0s",
      "download_detour": "socks5intra"
    }
  ],
}
`

### 重现方式

下载PuerNya版sing-box,配置文件指定provider的detour,运行sing-box。

### 日志

```shell
+0800 2024-06-04 10:38:26 INFO router: updated default interface Ethernet0, index 9
+0800 2024-06-04 10:38:27 TRACE inbound/tun[tun-in]: creating stack
+0800 2024-06-04 10:38:27 INFO inbound/tun[tun-in]: started at tun0
+0800 2024-06-04 10:38:27 INFO sing-box started (1.199s)
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 DEBUG dns: lookup domain fbi.gov
+0800 2024-06-04 10:38:27 DEBUG provider[chromego]: update outbound provider chromego from network
+0800 2024-06-04 10:38:27 INFO outbound/socks[socks5intra]: outbound connection to chromego-sub.netlify.app:443
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 DEBUG dns: lookup domain yh1.dtku41.xyz
+0800 2024-06-04 10:38:27 DEBUG dns: match[0] outbound=any => dns_resolver
+0800 2024-06-04 10:38:27 INFO outbound/direct[direct]: outbound packet connection to 192.168.18.18:53
+0800 2024-06-04 10:38:27 DEBUG dns: match[0] outbound=any => dns_resolver
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 DEBUG dns: lookup domain www2.dtku48.xyz
+0800 2024-06-04 10:38:27 INFO [189158252 0ms] inbound/tun[tun-in]: inbound packet connection from 172.16.0.1:58436
+0800 2024-06-04 10:38:27 DEBUG dns: match[0] outbound=any => dns_resolver
+0800 2024-06-04 10:38:27 DEBUG dns: lookup domain www.dtku40.xyz
+0800 2024-06-04 10:38:27 DEBUG dns: match[0] outbound=any => dns_resolver
+0800 2024-06-04 10:38:27 INFO [2687817681 0ms] inbound/tun[tun-in]: inbound packet connection from 172.16.0.1:60980
+0800 2024-06-04 10:38:27 INFO [2687817681 8ms] inbound/tun[tun-in]: inbound packet connection to 172.16.0.2:53
+0800 2024-06-04 10:38:27 INFO [189158252 7ms] inbound/tun[tun-in]: inbound packet connection to 172.16.0.2:53
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 DEBUG dns: lookup domain yh6.dtku41.xyz
+0800 2024-06-04 10:38:27 DEBUG [189158252 12ms] router: sniffed packet protocol: dns
+0800 2024-06-04 10:38:27 DEBUG dns: match[0] outbound=any => dns_resolver
+0800 2024-06-04 10:38:27 DEBUG [189158252 13ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:27 DEBUG [2687817681 11ms] router: sniffed packet protocol: dns
+0800 2024-06-04 10:38:27 DEBUG [2687817681 12ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:27 DEBUG dns: exchange win1910.ipv6.microsoft.com. IN A
+0800 2024-06-04 10:38:27 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:27 INFO [3783471176 48ms] inbound/tun[tun-in]: inbound connection from 172.16.0.1:52914
+0800 2024-06-04 10:38:27 INFO [3783471176 48ms] inbound/tun[tun-in]: inbound connection to 149.166.45.62:7680
+0800 2024-06-04 10:38:27 INFO [2186432258 49ms] inbound/tun[tun-in]: inbound connection from 172.16.0.1:57900
+0800 2024-06-04 10:38:27 INFO [2186432258 49ms] inbound/tun[tun-in]: inbound connection to 124.217.189.134:7680
+0800 2024-06-04 10:38:27 TRACE [3783471176 49ms] router: sniffed no protocol: invalid argument | unexpected EOF | tls: first record does not look like a TLS handshake | malformed HTTP request "\x0eSwarm protocol\x00\x00\x00\x00\x00\x10\x00\x00\xd1¦I=s@P\xd2L\xd8\x1aC\xee\b\x1a\xb6\xea;V\x821\xec\x1bh\xcc\xd9\xc4r\xe4\x8aMO\xe2\x9bф\xa9\x8dK\x9a?5\vR\x04\xa1\xec\x00\x00\x00\x00"
+0800 2024-06-04 10:38:27 INFO [3783471176 49ms] provider[chromego]: outbound connection to 149.166.45.62:7680
+0800 2024-06-04 10:38:27 TRACE [2186432258 49ms] router: sniffed no protocol: invalid argument | unexpected EOF | tls: first record does not look like a TLS handshake | malformed HTTP request "\x0eSwarm protocol\x00\x00\x00\x00\x00\x10\x00\x00v\xb0\x1b\x1eU\xf0bi\x81\a\xde\xd0ne\x98{F,\x83~\x1aLw\xe4\xba\x14A\xea\xb1Q;\xbc\x95\xb9\xb3\xdd\x11\xc3\xdeJ\x91(Dk\x1dgj\xfd\x00\x00\x00\x00"
+0800 2024-06-04 10:38:27 INFO [2186432258 50ms] provider[chromego]: outbound connection to 124.217.189.134:7680
+0800 2024-06-04 10:38:27 DEBUG dns: exchange alive.github.com. IN A
+0800 2024-06-04 10:38:27 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:27 INFO [3371121578 49ms] inbound/tun[tun-in]: inbound connection from 172.16.0.1:57903
+0800 2024-06-04 10:38:27 INFO [3371121578 49ms] inbound/tun[tun-in]: inbound connection to 129.227.137.239:7680
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:27 TRACE [3371121578 50ms] router: sniffed no protocol: invalid argument | unexpected EOF | tls: first record does not look like a TLS handshake | malformed HTTP request "\x0eSwarm protocol\x00\x00\x00\x00\x00\x10\x00\x001P*\xa2Y`v\xfe\xe9\xa4\xc7\xd5\x13A3\xa5\xf2\x00hMMA\xf8&\xb1\xa2)\xc7y5\xaae\xf0+\xc6\xfa\xa5\xea#B\x82\xac\x1a\xcc\x13\xe2|\xdd\x00\x00\x00\x00"
+0800 2024-06-04 10:38:27 INFO [3371121578 50ms] provider[chromego]: outbound connection to 129.227.137.239:7680
+0800 2024-06-04 10:38:27 INFO [1459177939 30ms] inbound/tun[tun-in]: inbound packet connection from 172.16.0.1:60295
+0800 2024-06-04 10:38:27 INFO [1459177939 30ms] inbound/tun[tun-in]: inbound packet connection to 172.16.0.2:53
+0800 2024-06-04 10:38:27 INFO [2753405720 30ms] inbound/tun[tun-in]: inbound packet connection from 172.16.0.1:56752
+0800 2024-06-04 10:38:27 INFO [2753405720 30ms] inbound/tun[tun-in]: inbound packet connection to 172.16.0.2:53
+0800 2024-06-04 10:38:27 DEBUG [1459177939 30ms] router: sniffed packet protocol: dns
+0800 2024-06-04 10:38:27 DEBUG [1459177939 30ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:27 DEBUG dns: exchange dns.msftncsi.com. IN A
+0800 2024-06-04 10:38:27 DEBUG [2753405720 31ms] router: sniffed packet protocol: dns
+0800 2024-06-04 10:38:27 DEBUG [2753405720 31ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:27 DEBUG dns: exchange ipv6.msftconnecttest.com. IN A
+0800 2024-06-04 10:38:27 DEBUG dns: exchanged www.dtku40.xyz NOERROR 166
+0800 2024-06-04 10:38:27 DEBUG dns: exchanged www.dtku40.xyz A www.dtku40.xyz. 166 IN A 1.162.136.133
+0800 2024-06-04 10:38:27 DEBUG dns: exchanged ipv6.msftconnecttest.com NOERROR 103
+0800 2024-06-04 10:38:27 DEBUG dns: exchanged dns.msftncsi.com NOERROR 1
+0800 2024-06-04 10:38:27 INFO dns: exchanged dns.msftncsi.com A dns.msftncsi.com. 1 IN A 131.107.255.255
+0800 2024-06-04 10:38:27 DEBUG dns: exchanged fbi.gov NOERROR 106
+0800 2024-06-04 10:38:27 DEBUG dns: exchanged fbi.gov A fbi.gov. 106 IN A 104.16.149.244
+0800 2024-06-04 10:38:27 DEBUG dns: exchanged fbi.gov A fbi.gov. 106 IN A 104.16.148.244
+0800 2024-06-04 10:38:27 DEBUG dns: lookup succeed for www.dtku40.xyz: 1.162.136.133
+0800 2024-06-04 10:38:27 DEBUG dns: finally lookup succeed for www.dtku40.xyz: 1.162.136.133
+0800 2024-06-04 10:38:27 INFO dns: exchanged ipv6.msftconnecttest.com CNAME ipv6.msftconnecttest.com. 103 IN CNAME ncsiv6-geo.trafficmanager.net.
+0800 2024-06-04 10:38:27 INFO dns: exchanged ipv6.msftconnecttest.com CNAME ncsiv6-geo.trafficmanager.net. 103 IN CNAME ipv6.msftconnecttest.com.edgesuite.net.
+0800 2024-06-04 10:38:27 INFO dns: exchanged ipv6.msftconnecttest.com CNAME ipv6.msftconnecttest.com.edgesuite.net. 103 IN CNAME a1968.i6g1.akamai.net.
+0800 2024-06-04 10:38:27 INFO dns: exchanged ipv6.msftconnecttest.com SOA i6g1.akamai.net. 103 IN SOA n0i6g1.akamai.net. hostmaster.akamai.com. 1717467942 1000 1000 1000 1800
+0800 2024-06-04 10:38:27 DEBUG dns: lookup succeed for fbi.gov: 104.16.149.244 104.16.148.244
+0800 2024-06-04 10:38:27 DEBUG dns: finally lookup succeed for fbi.gov: 104.16.149.244 104.16.148.244
+0800 2024-06-04 10:38:27 INFO [4099766687 0ms] inbound/tun[tun-in]: inbound packet connection from 172.16.0.1:63784
+0800 2024-06-04 10:38:27 INFO [4099766687 0ms] inbound/tun[tun-in]: inbound packet connection to 172.16.0.2:53
+0800 2024-06-04 10:38:27 DEBUG [4099766687 0ms] router: sniffed packet protocol: dns
+0800 2024-06-04 10:38:27 DEBUG [4099766687 0ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:27 DEBUG dns: exchange dns.msftncsi.com. IN AAAA
+0800 2024-06-04 10:38:27 DEBUG dns: strategy rejected
+0800 2024-06-04 10:38:27 INFO [2620585740 0ms] inbound/tun[tun-in]: inbound connection from 172.16.0.1:56535
+0800 2024-06-04 10:38:27 INFO [2620585740 0ms] inbound/tun[tun-in]: inbound connection to 127.0.0.1:53
+0800 2024-06-04 10:38:27 DEBUG [2620585740 0ms] router: sniffed protocol: dns
+0800 2024-06-04 10:38:27 DEBUG [2620585740 0ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:27 DEBUG [2620585740 0ms] dns: exchange dns.msftncsi.com. IN AAAA
+0800 2024-06-04 10:38:27 DEBUG [2620585740 0ms] dns: strategy rejected
+0800 2024-06-04 10:38:27 DEBUG [2620585740 1ms] inbound/tun[tun-in]: connection closed: EOF
+0800 2024-06-04 10:38:27 DEBUG dns: exchanged yh6.dtku41.xyz NOERROR 1
+0800 2024-06-04 10:38:27 DEBUG dns: exchanged yh6.dtku41.xyz CNAME yh6.dtku41.xyz. 1 IN CNAME freeyx.cloudflare88.eu.org.
+0800 2024-06-04 10:38:27 DEBUG dns: exchanged yh6.dtku41.xyz CNAME freeyx.cloudflare88.eu.org. 1 IN CNAME xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.by-ktff-intel.im.114514782.xyz.
+0800 2024-06-04 10:38:27 DEBUG dns: exchanged yh6.dtku41.xyz CNAME xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.xn--vjqt4ya07q.by-ktff-intel.im.114514782.xyz. 1 IN CNAME speed-freefly-ctagtta-lhr.dnshtcb.pp.ua.
+0800 2024-06-04 10:38:27 DEBUG dns: exchanged yh6.dtku41.xyz CNAME speed-freefly-ctagtta-lhr.dnshtcb.pp.ua. 1 IN CNAME cfcn-ct-lhra13.dnshtca.pp.ua.
+0800 2024-06-04 10:38:27 DEBUG dns: exchanged yh6.dtku41.xyz A cfcn-ct-lhra13.dnshtca.pp.ua. 1 IN A 198.41.212.199
+0800 2024-06-04 10:38:27 DEBUG dns: lookup succeed for yh6.dtku41.xyz: 198.41.212.199
+0800 2024-06-04 10:38:27 DEBUG dns: finally lookup succeed for yh6.dtku41.xyz: 198.41.212.199
+0800 2024-06-04 10:38:27 INFO [597428361 0ms] inbound/tun[tun-in]: inbound packet connection from 172.16.0.1:55536
+0800 2024-06-04 10:38:27 INFO [597428361 0ms] inbound/tun[tun-in]: inbound packet connection to 172.16.0.2:53
+0800 2024-06-04 10:38:27 DEBUG [597428361 0ms] router: sniffed packet protocol: dns
+0800 2024-06-04 10:38:27 DEBUG [597428361 0ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:27 DEBUG dns: exchange www.msftconnecttest.com. IN A
+0800 2024-06-04 10:38:27 DEBUG dns: exchanged www.msftconnecttest.com NOERROR 1
+0800 2024-06-04 10:38:27 INFO dns: exchanged www.msftconnecttest.com CNAME www.msftconnecttest.com. 1 IN CNAME ncsi-geo.trafficmanager.net.
+0800 2024-06-04 10:38:27 INFO dns: exchanged www.msftconnecttest.com CNAME ncsi-geo.trafficmanager.net. 1 IN CNAME www.msftncsi.com.edgesuite.net.
+0800 2024-06-04 10:38:27 INFO dns: exchanged www.msftconnecttest.com CNAME www.msftncsi.com.edgesuite.net. 1 IN CNAME a1961.g2.akamai.net.
+0800 2024-06-04 10:38:27 INFO dns: exchanged www.msftconnecttest.com A a1961.g2.akamai.net. 1 IN A 23.44.51.34
+0800 2024-06-04 10:38:27 INFO dns: exchanged www.msftconnecttest.com A a1961.g2.akamai.net. 1 IN A 23.44.51.27
+0800 2024-06-04 10:38:27 INFO [1486321866 0ms] inbound/tun[tun-in]: inbound connection from 172.16.0.1:51882
+0800 2024-06-04 10:38:27 INFO [1486321866 0ms] inbound/tun[tun-in]: inbound connection to 23.44.51.34:80
+0800 2024-06-04 10:38:27 DEBUG [1486321866 0ms] router: sniffed protocol: http, domain: www.msftconnecttest.com
+0800 2024-06-04 10:38:27 INFO [1486321866 0ms] provider[chromego]: outbound connection to 23.44.51.34:80
+0800 2024-06-04 10:38:27 DEBUG dns: exchanged www2.dtku48.xyz NOERROR 166
+0800 2024-06-04 10:38:27 DEBUG dns: exchanged www2.dtku48.xyz A www2.dtku48.xyz. 166 IN A 1.162.128.166
+0800 2024-06-04 10:38:27 DEBUG dns: lookup succeed for www2.dtku48.xyz: 1.162.128.166
+0800 2024-06-04 10:38:27 DEBUG dns: finally lookup succeed for www2.dtku48.xyz: 1.162.128.166
+0800 2024-06-04 10:38:27 DEBUG provider[chromego]: provider chromego has no changes
+0800 2024-06-04 10:38:27 INFO provider[chromego]: update outbound provider chromego success
+0800 2024-06-04 10:38:27 INFO [3934176281 0ms] inbound/tun[tun-in]: inbound packet connection from 172.16.0.1:57850
+0800 2024-06-04 10:38:27 INFO [3934176281 0ms] inbound/tun[tun-in]: inbound packet connection to 172.16.0.2:53
+0800 2024-06-04 10:38:27 DEBUG [3934176281 0ms] router: sniffed packet protocol: dns
+0800 2024-06-04 10:38:27 DEBUG [3934176281 0ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:27 DEBUG dns: exchange dns.msftncsi.com. IN AAAA
+0800 2024-06-04 10:38:27 DEBUG dns: strategy rejected
+0800 2024-06-04 10:38:27 INFO [302998659 0ms] inbound/tun[tun-in]: inbound connection from 172.16.0.1:62624
+0800 2024-06-04 10:38:27 INFO [302998659 0ms] inbound/tun[tun-in]: inbound connection to 127.0.0.1:53
+0800 2024-06-04 10:38:27 DEBUG [302998659 0ms] router: sniffed protocol: dns
+0800 2024-06-04 10:38:27 DEBUG [302998659 0ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:27 DEBUG [302998659 0ms] dns: exchange dns.msftncsi.com. IN AAAA
+0800 2024-06-04 10:38:27 DEBUG [302998659 0ms] dns: strategy rejected
+0800 2024-06-04 10:38:27 DEBUG [302998659 3ms] inbound/tun[tun-in]: connection closed: EOF
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:27 DEBUG dns: lookup domain www.dtku50.xyz
+0800 2024-06-04 10:38:27 DEBUG dns: match[0] outbound=any => dns_resolver
+0800 2024-06-04 10:38:27 DEBUG dns: exchanged www.dtku50.xyz NOERROR 166
+0800 2024-06-04 10:38:27 DEBUG dns: exchanged www.dtku50.xyz A www.dtku50.xyz. 166 IN A 1.162.63.173
+0800 2024-06-04 10:38:27 DEBUG dns: lookup succeed for www.dtku50.xyz: 1.162.63.173
+0800 2024-06-04 10:38:27 DEBUG dns: finally lookup succeed for www.dtku50.xyz: 1.162.63.173
+0800 2024-06-04 10:38:27 INFO [3621345957 0ms] inbound/tun[tun-in]: inbound packet connection from 172.16.0.1:55387
+0800 2024-06-04 10:38:27 INFO [3621345957 0ms] inbound/tun[tun-in]: inbound packet connection to 172.16.0.2:53
+0800 2024-06-04 10:38:27 DEBUG [3621345957 0ms] router: sniffed packet protocol: dns
+0800 2024-06-04 10:38:27 DEBUG [3621345957 0ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:27 DEBUG dns: exchange dns.msftncsi.com. IN AAAA
+0800 2024-06-04 10:38:27 DEBUG dns: strategy rejected
+0800 2024-06-04 10:38:27 INFO [3075443752 0ms] inbound/tun[tun-in]: inbound connection from 172.16.0.1:50749
+0800 2024-06-04 10:38:27 INFO [3075443752 0ms] inbound/tun[tun-in]: inbound connection to 127.0.0.1:53
+0800 2024-06-04 10:38:27 DEBUG [3075443752 0ms] router: sniffed protocol: dns
+0800 2024-06-04 10:38:27 DEBUG [3075443752 0ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:27 DEBUG [3075443752 0ms] dns: exchange dns.msftncsi.com. IN AAAA
+0800 2024-06-04 10:38:27 DEBUG [3075443752 1ms] dns: strategy rejected
+0800 2024-06-04 10:38:27 DEBUG [3075443752 1ms] inbound/tun[tun-in]: connection closed: EOF
+0800 2024-06-04 10:38:28 INFO [2230544284 0ms] inbound/tun[tun-in]: inbound packet connection from 172.16.0.1:49715
+0800 2024-06-04 10:38:28 INFO [2230544284 0ms] inbound/tun[tun-in]: inbound packet connection to 172.16.0.2:53
+0800 2024-06-04 10:38:28 DEBUG [2230544284 0ms] router: sniffed packet protocol: dns
+0800 2024-06-04 10:38:28 DEBUG [2230544284 0ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:28 DEBUG dns: exchange dns.msftncsi.com. IN AAAA
+0800 2024-06-04 10:38:28 DEBUG dns: strategy rejected
+0800 2024-06-04 10:38:28 INFO [86046612 0ms] inbound/tun[tun-in]: inbound connection from 172.16.0.1:56708
+0800 2024-06-04 10:38:28 INFO [86046612 0ms] inbound/tun[tun-in]: inbound connection to 127.0.0.1:53
+0800 2024-06-04 10:38:28 DEBUG [86046612 0ms] router: sniffed protocol: dns
+0800 2024-06-04 10:38:28 DEBUG [86046612 0ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:28 DEBUG [86046612 0ms] dns: exchange dns.msftncsi.com. IN AAAA
+0800 2024-06-04 10:38:28 DEBUG [86046612 0ms] dns: strategy rejected
+0800 2024-06-04 10:38:28 DEBUG [86046612 0ms] inbound/tun[tun-in]: connection closed: EOF
+0800 2024-06-04 10:38:28 DEBUG dns: exchange win1910.ipv6.microsoft.com. IN A
+0800 2024-06-04 10:38:28 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:28 DEBUG dns: exchange alive.github.com. IN A
+0800 2024-06-04 10:38:28 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:28 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:28 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:28 DEBUG dns/transport[dns_resolver]: response truncated, retrying with TCP
+0800 2024-06-04 10:38:28 INFO outbound/direct[direct]: outbound connection to 192.168.18.18:53
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz NOERROR 60
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz CNAME yh1.dtku41.xyz. 60 IN CNAME download.yunzhongzhuan.com.
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.66
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.69
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.70
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.79
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.84
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.98
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.110
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.114
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.129
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.144
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.145
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.164
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.168
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.169
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.175
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.185
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.189
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.193
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.196
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.203
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.218
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.219
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.223
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.240
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.244
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.247
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.250
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.2
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.5
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.10
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.11
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.12
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.16
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.19
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.21
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.22
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.29
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.30
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.34
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.40
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.45
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.46
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.47
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.50
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.56
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.57
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.58
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.59
+0800 2024-06-04 10:38:28 DEBUG dns: exchanged yh1.dtku41.xyz A download.yunzhongzhuan.com. 60 IN A 104.26.0.60
+0800 2024-06-04 10:38:28 DEBUG dns: lookup succeed for yh1.dtku41.xyz: 104.26.0.66 104.26.0.69 104.26.0.70 104.26.0.79 104.26.0.84 104.26.0.98 104.26.0.110 104.26.0.114 104.26.0.129 104.26.0.144 104.26.0.145 104.26.0.164 104.26.0.168 104.26.0.169 104.26.0.175 104.26.0.185 104.26.0.189 104.26.0.193 104.26.0.196 104.26.0.203 104.26.0.218 104.26.0.219 104.26.0.223 104.26.0.240 104.26.0.244 104.26.0.247 104.26.0.250 104.26.0.2 104.26.0.5 104.26.0.10 104.26.0.11 104.26.0.12 104.26.0.16 104.26.0.19 104.26.0.21 104.26.0.22 104.26.0.29 104.26.0.30 104.26.0.34 104.26.0.40 104.26.0.45 104.26.0.46 104.26.0.47 104.26.0.50 104.26.0.56 104.26.0.57 104.26.0.58 104.26.0.59 104.26.0.60
+0800 2024-06-04 10:38:28 DEBUG dns: finally lookup succeed for yh1.dtku41.xyz: 104.26.0.66 104.26.0.69 104.26.0.70 104.26.0.79 104.26.0.84 104.26.0.98 104.26.0.110 104.26.0.114 104.26.0.129 104.26.0.144 104.26.0.145 104.26.0.164 104.26.0.168 104.26.0.169 104.26.0.175 104.26.0.185 104.26.0.189 104.26.0.193 104.26.0.196 104.26.0.203 104.26.0.218 104.26.0.219 104.26.0.223 104.26.0.240 104.26.0.244 104.26.0.247 104.26.0.250 104.26.0.2 104.26.0.5 104.26.0.10 104.26.0.11 104.26.0.12 104.26.0.16 104.26.0.19 104.26.0.21 104.26.0.22 104.26.0.29 104.26.0.30 104.26.0.34 104.26.0.40 104.26.0.45 104.26.0.46 104.26.0.47 104.26.0.50 104.26.0.56 104.26.0.57 104.26.0.58 104.26.0.59 104.26.0.60
+0800 2024-06-04 10:38:28 INFO [943589594 0ms] inbound/tun[tun-in]: inbound packet connection from 172.16.0.1:52354
+0800 2024-06-04 10:38:28 INFO [943589594 0ms] inbound/tun[tun-in]: inbound packet connection to 172.16.0.2:53
+0800 2024-06-04 10:38:28 DEBUG [943589594 0ms] router: sniffed packet protocol: dns
+0800 2024-06-04 10:38:28 DEBUG [943589594 0ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:28 DEBUG dns: exchange api.github.com. IN A
+0800 2024-06-04 10:38:28 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:28 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:28 INFO [3331764081 0ms] inbound/tun[tun-in]: inbound packet connection from 172.16.0.1:52446
+0800 2024-06-04 10:38:28 INFO [3331764081 0ms] inbound/tun[tun-in]: inbound packet connection to 172.16.0.2:53
+0800 2024-06-04 10:38:28 DEBUG [3331764081 0ms] router: sniffed packet protocol: dns
+0800 2024-06-04 10:38:28 DEBUG [3331764081 0ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:28 DEBUG dns: exchange dns.msftncsi.com. IN AAAA
+0800 2024-06-04 10:38:28 DEBUG dns: strategy rejected
+0800 2024-06-04 10:38:28 INFO [2062080508 0ms] inbound/tun[tun-in]: inbound connection from 172.16.0.1:61940
+0800 2024-06-04 10:38:28 INFO [2062080508 0ms] inbound/tun[tun-in]: inbound connection to 127.0.0.1:53
+0800 2024-06-04 10:38:28 DEBUG [2062080508 0ms] router: sniffed protocol: dns
+0800 2024-06-04 10:38:28 DEBUG [2062080508 0ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:28 DEBUG [2062080508 0ms] dns: exchange dns.msftncsi.com. IN AAAA
+0800 2024-06-04 10:38:28 INFO [3370063889 0ms] inbound/tun[tun-in]: inbound packet connection from 172.16.0.1:64071
+0800 2024-06-04 10:38:28 INFO [3370063889 0ms] inbound/tun[tun-in]: inbound packet connection to 172.16.0.2:53
+0800 2024-06-04 10:38:28 DEBUG [3370063889 0ms] router: sniffed packet protocol: dns
+0800 2024-06-04 10:38:28 DEBUG [2062080508 0ms] dns: strategy rejected
+0800 2024-06-04 10:38:28 DEBUG [3370063889 0ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:28 DEBUG dns: exchange dns.msftncsi.com. IN AAAA
+0800 2024-06-04 10:38:28 DEBUG dns: strategy rejected
+0800 2024-06-04 10:38:28 DEBUG [2062080508 1ms] inbound/tun[tun-in]: connection closed: EOF
+0800 2024-06-04 10:38:28 INFO [1784511800 0ms] inbound/tun[tun-in]: inbound connection from 172.16.0.1:61941
+0800 2024-06-04 10:38:28 INFO [1784511800 0ms] inbound/tun[tun-in]: inbound connection to 140.82.114.25:443
+0800 2024-06-04 10:38:28 DEBUG [1784511800 1ms] router: sniffed protocol: tls, domain: alive.github.com
+0800 2024-06-04 10:38:28 DEBUG [1784511800 1ms] router: match[1] !(rule_set=geoip-cn) && rule_set=geosite-geolocation-!cn => proxy
+0800 2024-06-04 10:38:28 INFO [1784511800 1ms] provider[chromego]: outbound connection to 140.82.114.25:443
+0800 2024-06-04 10:38:29 DEBUG dns: exchange alive.github.com. IN A
+0800 2024-06-04 10:38:29 DEBUG dns: exchange win1910.ipv6.microsoft.com. IN A
+0800 2024-06-04 10:38:29 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:29 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:29 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:29 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:29 DEBUG dns: exchange api.github.com. IN A
+0800 2024-06-04 10:38:29 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:29 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:29 INFO [2955064396 0ms] inbound/tun[tun-in]: inbound packet connection from 172.16.0.1:60641
+0800 2024-06-04 10:38:29 INFO [2955064396 0ms] inbound/tun[tun-in]: inbound packet connection to 172.16.0.2:53
+0800 2024-06-04 10:38:29 INFO [600513039 0ms] inbound/tun[tun-in]: inbound packet connection from 172.16.0.1:62596
+0800 2024-06-04 10:38:29 INFO [600513039 0ms] inbound/tun[tun-in]: inbound packet connection to 172.16.0.2:53
+0800 2024-06-04 10:38:29 DEBUG [2955064396 0ms] router: sniffed packet protocol: dns
+0800 2024-06-04 10:38:29 DEBUG [600513039 0ms] router: sniffed packet protocol: dns
+0800 2024-06-04 10:38:29 DEBUG [2955064396 0ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:29 DEBUG dns: exchange www.google.com. IN A
+0800 2024-06-04 10:38:29 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:29 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:29 DEBUG [600513039 0ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:29 DEBUG dns: exchange collector.github.com. IN A
+0800 2024-06-04 10:38:29 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:29 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:30 DEBUG dns: exchange api.github.com. IN A
+0800 2024-06-04 10:38:30 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:30 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:30 INFO [3510801437 0ms] inbound/tun[tun-in]: inbound packet connection from 172.16.0.1:59399
+0800 2024-06-04 10:38:30 INFO [3510801437 0ms] inbound/tun[tun-in]: inbound packet connection to 172.16.0.2:53
+0800 2024-06-04 10:38:30 DEBUG [3510801437 0ms] router: sniffed packet protocol: dns
+0800 2024-06-04 10:38:30 DEBUG [3510801437 0ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:30 DEBUG dns: exchange www.google.com. IN A
+0800 2024-06-04 10:38:30 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:30 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:30 DEBUG dns: exchange collector.github.com. IN A
+0800 2024-06-04 10:38:30 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:30 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:31 DEBUG dns: exchange win1910.ipv6.microsoft.com. IN A
+0800 2024-06-04 10:38:31 DEBUG dns: exchange alive.github.com. IN A
+0800 2024-06-04 10:38:31 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:31 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:31 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:31 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:31 INFO [2719542037 0ms] inbound/tun[tun-in]: inbound packet connection from 172.16.0.1:61285
+0800 2024-06-04 10:38:31 INFO [2719542037 0ms] inbound/tun[tun-in]: inbound packet connection to 172.16.0.2:53
+0800 2024-06-04 10:38:31 DEBUG [2719542037 0ms] router: sniffed packet protocol: dns
+0800 2024-06-04 10:38:31 DEBUG [2719542037 0ms] router: match[0] protocol=dns => dns-out
+0800 2024-06-04 10:38:31 DEBUG dns: exchange mtalk.google.com. IN A
+0800 2024-06-04 10:38:31 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:31 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:31 DEBUG dns: exchange www.google.com. IN A
+0800 2024-06-04 10:38:31 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:31 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:31 DEBUG dns: exchange collector.github.com. IN A
+0800 2024-06-04 10:38:31 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:31 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:32 DEBUG dns: exchange api.github.com. IN A
+0800 2024-06-04 10:38:32 DEBUG dns: match[1] rule_set=geosite-geolocation-!cn => dns_proxy
+0800 2024-06-04 10:38:32 INFO provider[chromego]: outbound connection to 8.8.8.8:443
+0800 2024-06-04 10:38:32 DEBUG outbound/urltest[proxy]: outbound None_vless_3 unavailable: dial tcp 104.16.149.244:443: i/o timeout | dial tcp 104.16.148.244:443: i/o timeout
+0800 2024-06-04 10:38:32 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:32 DEBUG outbound/urltest[proxy]: outbound 🇺🇸 United States_hysteria2_1 unavailable: context deadline exceeded
+0800 2024-06-04 10:38:32 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:32 DEBUG outbound/urltest[proxy]: outbound 🇺🇸 United States_hysteria_1 unavailable: timeout: no recent network activity
+0800 2024-06-04 10:38:32 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:32 DEBUG outbound/urltest[proxy]: outbound 🇫🇷 France_hysteria2_3 unavailable: context deadline exceeded
+0800 2024-06-04 10:38:32 DEBUG outbound/urltest[proxy]: outbound 🇫🇷 France_hysteria2_2 unavailable: context deadline exceeded
+0800 2024-06-04 10:38:32 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:32 DEBUG outbound/urltest[proxy]: outbound 🇺🇸 United States_vless_2 unavailable: dial tcp 198.41.212.199:443: i/o timeout
+0800 2024-06-04 10:38:32 DEBUG outbound/urltest[proxy]: outbound 🇺🇸 United States_vless_1 unavailable: dial tcp 104.26.0.69:443: i/o timeout | dial tcp 104.26.0.203:443: i/o timeout | dial tcp 104.26.0.5:443: i/o timeout | dial tcp 104.26.0.56:443: i/o timeout | dial tcp 104.26.0.70:443: i/o timeout | dial tcp 104.26.0.110:443: i/o timeout | dial tcp 104.26.0.11:443: i/o timeout | dial tcp 104.26.0.164:443: i/o timeout | dial tcp 104.26.0.218:443: i/o timeout | dial tcp 104.26.0.223:443: i/o timeout | dial tcp 104.26.0.29:443: i/o timeout | dial tcp 104.26.0.59:443: i/o timeout | dial tcp 104.26.0.45:443: i/o timeout | dial tcp 104.26.0.19:443: i/o timeout | dial tcp 104.26.0.250:443: i/o timeout | dial tcp 104.26.0.47:443: i/o timeout | dial tcp 104.26.0.219:443: i/o timeout | dial tcp 104.26.0.240:443: i/o timeout | dial tcp 104.26.0.84:443: i/o timeout | dial tcp 104.26.0.168:443: i/o timeout | dial tcp 104.26.0.129:443: i/o timeout | dial tcp 104.26.0.169:443: i/o timeout | dial tcp 104.26.0.21:443: i/o timeout | dial tcp 104.26.0.22:443: i/o timeout | dial tcp 104.26.0.12:443: i/o timeout | dial tcp 104.26.0.66:443: i/o timeout | dial tcp 104.26.0.46:443: i/o timeout | dial tcp 104.26.0.144:443: i/o timeout | dial tcp 104.26.0.114:443: i/o timeout | dial tcp 104.26.0.40:443: i/o timeout | dial tcp 104.26.0.79:443: i/o timeout | dial tcp 104.26.0.193:443: i/o timeout | dial tcp 104.26.0.50:443: i/o timeout | dial tcp 104.26.0.60:443: i/o timeout | dial tcp 104.26.0.185:443: i/o timeout | dial tcp 104.26.0.247:443: i/o timeout | dial tcp 104.26.0.10:443: i/o timeout | dial tcp 104.26.0.98:443: i/o timeout | dial tcp 104.26.0.57:443: i/o timeout | dial tcp 104.26.0.196:443: i/o timeout | dial tcp 104.26.0.58:443: i/o timeout | dial tcp 104.26.0.2:443: i/o timeout | dial tcp 104.26.0.145:443: i/o timeout | dial tcp 104.26.0.175:443: i/o timeout | dial tcp 104.26.0.30:443: i/o timeout | dial tcp 104.26.0.34:443: i/o timeout | dial tcp 104.26.0.244:443: i/o timeout | dial tcp 104.26.0.189:443: i/o timeout | dial tcp 104.26.0.16:443: i/o timeout
+0800 2024-06-04 10:38:32 DEBUG outbound/urltest[proxy]: outbound 🇫🇷 France_hysteria_0 unavailable: timeout: no recent network activity
+0800 2024-06-04 10:38:32 DEBUG outbound/urltest[proxy]: outbound 🇹🇼 Taiwan_hysteria_2 unavailable: timeout: no recent network activity
+0800 2024-06-04 10:38:32 DEBUG outbound/urltest[proxy]: outbound 🇹🇼 Taiwan_hy_6 unavailable: timeout: no recent network activity
+0800 2024-06-04 10:38:32 DEBUG provider[chromego]: outbound 🇫🇷 France_hy2_7 unavailable: context deadline exceeded
+0800 2024-06-04 10:38:32 DEBUG provider[chromego]: outbound 🇫🇷 France_hysteria2_0 unavailable: context deadline exceeded
+0800 2024-06-04 10:38:32 DEBUG provider[chromego]: outbound 🇺🇸 United States_hysteria2_1 unavailable: context deadline exceeded
+0800 2024-06-04 10:38:32 DEBUG provider[chromego]: outbound 🇺🇸 United States_hysteria_3 unavailable: timeout: no recent network activity
+0800 2024-06-04 10:38:32 DEBUG provider[chromego]: outbound 🇫🇷 France_hysteria2_2 unavailable: context deadline exceeded
+0800 2024-06-04 10:38:32 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:32 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:32 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:32 INFO provider[chromego]: outbound connection to www.gstatic.com:443
+0800 2024-06-04 10:38:32 DEBUG dns: lookup domain yh6.dtku41.xyz
+0800 2024-06-04 10:38:32 DEBUG dns: match[0] outbound=any => dns_resolver
+0800 2024-06-04 10:38:32 DEBUG provider[chromego]: outbound None_vless_3 unavailable: dial tcp 104.16.149.244:443: i/o timeout | dial tcp 104.16.148.244:443: i/o timeout
+0800 2024-06-04 10:38:32 DEBUG provider[chromego]: outbound 🇹🇼 Taiwan_hy_9 unavailable: timeout: no recent network activity

支持我们

完整性要求

ansemz commented 3 weeks ago

PuerNya的fork没有issue功能,所以只能提交到这里了,见谅。实在是没有其他办法联系到 @PuerNya