Skip to content

在Windows上TUN疑似无法正确嗅探高权限进程的名称引发error #6535

Description

@Kc2353

完整性要求

  • 我读完了 issue 模板中的所有注释,确保填写符合要求。
  • 我保证阅读了文档,了解所有我编写的配置文件项的含义,而不是大量堆砌看似有用的选项或默认值。
  • 我提供了完整的配置文件和日志,而不是出于自己的判断只给出截取的部分。
  • 我搜索了 issues, 没有发现已提出的类似问题。
  • 问题在 Release 最新的版本上可以成功复现

描述

(从日志上下文判断,原因不一定准确)在Windows上TUN疑似无法正确嗅探高权限进程的名称,例如卡巴斯基,引发
[Error] app/router: Unables to find local process name: common/net: not found

重现方式

不确定,根据日志上下文判断是卡巴斯基更新相关

客户端配置

Details

{
  "log": {
    "loglevel": "debug"
  },
  "dns": {
    "hosts": {
      "dns.google": [
        "8.8.8.8",
        "8.8.4.4",
        "2001:4860:4860::8888",
        "2001:4860:4860::8844"
      ],
      "dns.alidns.com": [
        "223.5.5.5",
        "223.6.6.6",
        "2400:3200::1",
        "2400:3200:baba::1"
      ],
      "one.one.one.one": [
        "1.1.1.1",
        "1.0.0.1",
        "2606:4700:4700::1111",
        "2606:4700:4700::1001"
      ]
    },
    "servers": [
      {
        "address": "https://cloudflare-dns.com/dns-query",
        "domains": [
          "domain:cloudflare-dns.com",
          "domain:one.one.one.one",
          "domain:dns.google",
          "domain:adguard-dns.com",
          "domain:opendns.com",
          "domain:umbrella.com",
          "domain:quad9.net",
          "domain:yandex.net"
        ],
        "skipFallback": true
      },
      {
        "address": "https://dns.google/dns-query",
        "domains": [
          "domain:cloudflare-dns.com",
          "domain:one.one.one.one",
          "domain:dns.google",
          "domain:adguard-dns.com",
          "domain:opendns.com",
          "domain:umbrella.com",
          "domain:quad9.net",
          "domain:yandex.net"
        ],
        "skipFallback": true
      },
      {
        "address": "8.8.8.8",
        "domains": [
          "domain:cloudflare-dns.com",
          "domain:one.one.one.one",
          "domain:dns.google",
          "domain:adguard-dns.com",
          "domain:opendns.com",
          "domain:umbrella.com",
          "domain:quad9.net",
          "domain:yandex.net"
        ],
        "skipFallback": true
      },
      {
        "address": "119.29.29.29",
        "domains": [
          ""
        ],
        "skipFallback": true,
        "tag": "direct-dns-1"
      },
      {
        "address": "223.5.5.5",
        "domains": [
          ""
        ],
        "skipFallback": true,
        "tag": "direct-dns-2"
      },
      {
        "address": "119.29.29.29",
        "domains": [
          "geosite:cn",
          "geosite:private"
        ],
        "skipFallback": true,
        "tag": "direct-dns-3"
      },
      {
        "address": "223.5.5.5",
        "domains": [
          "geosite:cn",
          "geosite:private"
        ],
        "skipFallback": true,
        "tag": "direct-dns-4"
      },
      {
        "address": "119.29.29.29",
        "domains": [
          "full:cloudflare-dns.com",
          "full:dns.google"
        ],
        "skipFallback": true
      },
      {
        "address": "119.29.29.29",
        "skipFallback": false,
        "tag": "direct-dns-5"
      },
      {
        "address": "223.5.5.5",
        "skipFallback": false,
        "tag": "direct-dns-6"
      }
    ],
    "serveStale": true,
    "tag": "dns-module"
  },
  "inbounds": [
    {
      "tag": "socks",
      "port": 7890,
      "listen": "127.0.0.1",
      "protocol": "mixed",
      "sniffing": {
        "enabled": false,
        "destOverride": [
          "http",
          "tls",
          "quic"
        ],
        "routeOnly": false
      },
      "settings": {
        "auth": "noauth",
        "udp": true,
        "allowTransparent": false
      }
    },
    {
      "tag": "tun",
      "protocol": "tun",
      "sniffing": {
        "enabled": false,
        "destOverride": [
          "http",
          "tls",
          "quic"
        ],
        "routeOnly": false
      },
      "settings": {
        "name": "xray_tun",
        "MTU": 9000,
        "gateway": [
          "172.18.0.1/30"
        ],
        "autoSystemRoutingTable": [
          "0.0.0.0/0"
        ],
        "autoOutboundsInterface": "auto",
        "dns": [
          "172.18.0.1"
        ]
      }
    }
  ],
  "outbounds": [
    {
      "tag": "direct",
      "protocol": "freedom"
    },
    {
      "tag": "block",
      "protocol": "blackhole"
    },
    {
      "tag": "dns",
      "protocol": "dns"
    }
  ],
  "routing": {
    "domainStrategy": "AsIs",
    "rules": [
      {
        "port": "135,137-139,5353",
        "network": "udp",
        "outboundTag": "block"
      },
      {
        "outboundTag": "block",
        "ip": [
          "224.0.0.0/3",
          "ff00::/8"
        ]
      },
      {
        "port": "53",
        "outboundTag": "dns",
        "process": [
          "v2ray.exe",
          "mihomo-windows-amd64-v1.exe",
          "mihomo-windows-amd64-compatible.exe",
          "mihomo-windows-amd64.exe",
          "mihomo-windows-arm64.exe",
          "clash.exe",
          "mihomo.exe"
        ]
      },
      {
        "outboundTag": "direct",
        "process": [
          "v2ray.exe",
          "xray.exe",
          "self/"
        ]
      },
      {
        "port": "53",
        "inboundTag": [
          "tun"
        ],
        "outboundTag": "dns"
      },
      {
        "type": "field",
        "outboundTag": "block",
        "domain": [
          "geosite:facebook",
          "geosite:netflix",
          "geosite:telegram",
          "geosite:twitter",
          "keyword:x.com"
        ]
      },
      {
        "type": "field",
        "outboundTag": "block",
        "ip": [
          "geoip:facebook",
          "geoip:netflix",
          "geoip:telegram",
          "geoip:twitter"
        ]
      },
      {
        "type": "field",
        "outboundTag": "direct",
        "ip": [
          "geoip:private"
        ]
      },
      {
        "type": "field",
        "outboundTag": "direct",
        "domain": [
          "geosite:cn"
        ],
        "protocol": [
          "http",
          "tls",
          "quic"
        ]
      },
      {
        "type": "field",
        "outboundTag": "direct",
        "domain": [
          "geosite:private"
        ]
      },
      {
        "type": "field",
        "outboundTag": "proxy",
        "process": [
          "VBoxNetNAT.exe",
          "VBoxNetNAT",
          "VirtualBoxVM.exe",
          "VBoxHeadless.exe"
        ]
      },
      {
        "type": "field",
        "outboundTag": "direct",
        "domain": [
          "domain:cloudflare-dns.com",
          "domain:one.one.one.one",
          "domain:dns.google",
          "domain:adguard-dns.com",
          "domain:opendns.com",
          "domain:umbrella.com",
          "domain:quad9.net",
          "domain:yandex.net"
        ]
      },
      {
        "type": "field",
        "outboundTag": "direct",
        "ip": [
          "1.1.1.1",
          "1.0.0.1",
          "2606:4700:4700::1111",
          "2606:4700:4700::1001",
          "1.1.1.2",
          "1.0.0.2",
          "2606:4700:4700::1112",
          "2606:4700:4700::1002",
          "1.1.1.3",
          "1.0.0.3",
          "2606:4700:4700::1113",
          "2606:4700:4700::1003",
          "8.8.8.8",
          "8.8.4.4",
          "2001:4860:4860::8888",
          "2001:4860:4860::8844",
          "94.140.14.14",
          "94.140.15.15"
        ]
      },
      {
        "type": "field",
        "outboundTag": "direct",
        "process": [
          "java",
          "javaw"
        ]
      },
      {
        "type": "field",
        "outboundTag": "direct",
        "process": [
          "AdGuardHome"
        ]
      },
      {
        "type": "field",
        "port": "0-65535",
        "outboundTag": "direct"
      },
      {
        "type": "field",
        "inboundTag": [
          "direct-dns-1",
          "direct-dns-2",
          "direct-dns-3",
          "direct-dns-4",
          "direct-dns-5",
          "direct-dns-6"
        ],
        "outboundTag": "direct"
      },
      {
        "type": "field",
        "inboundTag": [
          "dns-module"
        ],
        "outboundTag": "direct"
      }
    ]
  },
  "metrics": {
    "listen": "127.0.0.1:63735"
  },
  "policy": {
    "system": {
      "statsOutboundUplink": true,
      "statsOutboundDownlink": true
    }
  },
  "stats": {}
}

服务端配置

不涉及服务器,routing全为direct可触发(路由中proxy的virtualbox在测试时未开启,无关)

客户端日志

Details

Xray 26.7.11 (Xray, Penetrates Everything.) 50231ea (go1.26.5 windows/amd64)
A unified platform for anti-censorship.
2026/07/24 11:15:56.377399 [Info] infra/conf/serial: Reading config: &{Name:..\bugreport\tuntest26711-noserver.json Format:json}
2026/07/24 11:15:56.396993 [Warning] common/errors: The feature WebSocket transport (with ALPN http/1.1, etc.) is deprecated, not recommended for using and might be removed. Please migrate to XHTTP H2 & H3 as soon as possible.
2026/07/24 11:15:56.398053 [Debug] app/log: Logger started
2026/07/24 11:15:56.400118 [Info] app/dns: DNS: created DOH client for https://cloudflare-dns.com/dns-query, with h2c false
2026/07/24 11:15:56.400118 [Info] app/dns: DNS: created DOH client for https://dns.google/dns-query, with h2c false
2026/07/24 11:15:56.400118 [Info] app/dns: DNS: created UDP client initialized for 8.8.8.8:53
2026/07/24 11:15:56.400118 [Info] app/dns: DNS: created UDP client initialized for 119.29.29.29:53
2026/07/24 11:15:56.400118 [Info] app/dns: DNS: created UDP client initialized for 223.5.5.5:53
2026/07/24 11:15:56.400118 [Info] app/dns: DNS: created UDP client initialized for 119.29.29.29:53
2026/07/24 11:15:56.400118 [Info] app/dns: DNS: created UDP client initialized for 223.5.5.5:53
2026/07/24 11:15:56.400118 [Info] app/dns: DNS: created UDP client initialized for 119.29.29.29:53
2026/07/24 11:15:56.400118 [Info] app/dns: DNS: created UDP client initialized for 119.29.29.29:53
2026/07/24 11:15:56.400118 [Info] app/dns: DNS: created UDP client initialized for 223.5.5.5:53
2026/07/24 11:15:56.400118 [Debug] common/geodata: geodata mph domain matcher cache MISS for 32 rules
2026/07/24 11:15:56.701877 [Debug] common/geodata: geodata mph domain matcher cache MISS for 5 rules
2026/07/24 11:15:56.731918 [Debug] common/geodata: geodata geoip matcher cache MISS geoip.dat:FACEBOOK,geoip.dat:NETFLIX,geoip.dat:TELEGRAM,geoip.dat:TWITTER,
2026/07/24 11:15:56.765788 [Debug] common/geodata: geodata geoip matcher cache MISS geoip.dat:PRIVATE,
2026/07/24 11:15:56.778292 [Debug] common/geodata: geodata mph domain matcher cache MISS for 1 rules
2026/07/24 11:15:57.004450 [Debug] common/geodata: geodata mph domain matcher cache MISS for 1 rules
2026/07/24 11:15:57.045134 [Debug] app/proxyman/inbound: creating stream worker on 127.0.0.1:7890
2026/07/24 11:15:57.045134 [Debug] app/stats: create new counter outbound>>>proxy>>>traffic>>>uplink
2026/07/24 11:15:57.045134 [Debug] app/stats: create new counter outbound>>>proxy>>>traffic>>>downlink
2026/07/24 11:15:57.045134 [Debug] app/stats: create new counter outbound>>>direct>>>traffic>>>uplink
2026/07/24 11:15:57.045134 [Debug] app/stats: create new counter outbound>>>direct>>>traffic>>>downlink
2026/07/24 11:15:57.045134 [Debug] app/stats: create new counter outbound>>>block>>>traffic>>>uplink
2026/07/24 11:15:57.045134 [Debug] app/stats: create new counter outbound>>>block>>>traffic>>>downlink
2026/07/24 11:15:57.045134 [Debug] app/stats: create new counter outbound>>>dns>>>traffic>>>uplink
2026/07/24 11:15:57.045134 [Debug] app/stats: create new counter outbound>>>dns>>>traffic>>>downlink
2026/07/24 11:15:57.045134 [Info] transport/internet/tcp: listening TCP on 127.0.0.1:7890
2026/07/24 11:15:57.355501 [Info] proxy/tun: [tun] update interface WLAN 16
2026/07/24 11:15:57.355501 [Info] proxy/tun: xray_tun created
2026/07/24 11:15:57.387517 [Info] proxy/tun: xray_tun up
2026/07/24 11:15:57.387517 [Info] app/metrics: Metrics server listening on 127.0.0.1:63735
2026/07/24 11:15:57.400320 [Warning] core: Xray 26.7.11 started
2026/07/24 11:15:57.451464 [Info] [596817840] proxy/tun: processing from udp:172.18.0.1:137 to udp:172.18.0.3:137
2026/07/24 11:15:57.451464 [Info] [596817840] app/dispatcher: taking detour [block] for [udp:172.18.0.3:137]
2026/07/24 11:15:57.451978 from udp:172.18.0.1:137 accepted udp:172.18.0.3:137 [tun -> block]
2026/07/24 11:15:57.554782 [Info] [485912737] proxy/tun: processing from udp:172.18.0.1:58313 to udp:223.5.5.5:53
2026/07/24 11:15:57.559418 [Info] [485912737] app/dispatcher: taking detour [dns] for [udp:223.5.5.5:53]
2026/07/24 11:15:57.559927 [Info] [485912737] proxy/dns: handling DNS traffic to udp:223.5.5.5:53
2026/07/24 11:15:57.559927 from udp:172.18.0.1:58313 accepted udp:223.5.5.5:53 [tun -> dns]
2026/07/24 11:15:57.559927 [Debug] app/dns: domain p05.upd3.kaspersky.com will use DNS in order: [UDP:119.29.29.29:53 UDP:223.5.5.5:53]
2026/07/24 11:15:57.559927 [Info] app/dns: UDP:119.29.29.29:53 querying DNS for: p05.upd3.kaspersky.com.
2026/07/24 11:15:57.559927 [Debug] transport/internet/udp: dispatch request to: udp:119.29.29.29:53
2026/07/24 11:15:57.559927 [Info] transport/internet/udp: establishing new connection for udp:119.29.29.29:53
2026/07/24 11:15:57.559927 [Info] app/dispatcher: taking detour [direct] for [udp:119.29.29.29:53]
2026/07/24 11:15:57.559927 from DNS accepted udp:119.29.29.29:53 [direct-dns-5 -> direct]
2026/07/24 11:15:57.559927 [Debug] transport/internet: dialing to udp:119.29.29.29:53
2026/07/24 11:15:57.560475 [Info] proxy/freedom: connection opened to udp:119.29.29.29:53, local endpoint [::]:58314, remote endpoint 119.29.29.29:53
2026/07/24 11:15:57.566538 [Info] [1642296055] proxy/tun: processing from udp:172.18.0.1:58317 to udp:114.114.114.114:53
2026/07/24 11:15:57.567043 [Info] [3147016791] proxy/tun: processing from udp:172.18.0.1:58320 to udp:114.114.114.114:53
2026/07/24 11:15:57.567569 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:57.567569 [Info] [1642296055] app/dispatcher: taking detour [dns] for [udp:114.114.114.114:53]
2026/07/24 11:15:57.567569 from udp:172.18.0.1:58317 accepted udp:114.114.114.114:53 [tun -> dns]
2026/07/24 11:15:57.567569 [Info] [1642296055] proxy/dns: handling DNS traffic to udp:114.114.114.114:53
2026/07/24 11:15:57.567569 [Info] [2076862219] proxy/tun: processing from udp:172.18.0.1:58321 to udp:202.101.226.68:53
2026/07/24 11:15:57.568117 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:57.568117 [Info] [2288894319] proxy/tun: processing from udp:172.18.0.1:58322 to udp:220.248.192.12:53
2026/07/24 11:15:57.568117 [Info] [3615271909] proxy/tun: processing from udp:172.18.0.1:58323 to udp:202.101.226.68:53
2026/07/24 11:15:57.568117 [Debug] app/dns: domain p05.upd3.kaspersky.com will use DNS in order: [UDP:119.29.29.29:53 UDP:223.5.5.5:53]
2026/07/24 11:15:57.568117 [Info] [4012608980] proxy/tun: processing from udp:172.18.0.1:58325 to udp:220.248.192.12:53
2026/07/24 11:15:57.568117 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:57.568117 [Info] [3147016791] app/dispatcher: taking detour [dns] for [udp:114.114.114.114:53]
2026/07/24 11:15:57.568117 [Info] [3147016791] proxy/dns: handling DNS traffic to udp:114.114.114.114:53
2026/07/24 11:15:57.568117 from udp:172.18.0.1:58320 accepted udp:114.114.114.114:53 [tun -> dns]
2026/07/24 11:15:57.568641 [Debug] app/dns: domain p05.upd3.kaspersky.com will use DNS in order: [UDP:119.29.29.29:53 UDP:223.5.5.5:53]
2026/07/24 11:15:57.568641 [Info] app/dns: UDP:119.29.29.29:53 querying DNS for: p05.upd3.kaspersky.com.
2026/07/24 11:15:57.568641 [Info] [3615271909] app/dispatcher: taking detour [dns] for [udp:202.101.226.68:53]
2026/07/24 11:15:57.568641 [Info] [3615271909] proxy/dns: handling DNS traffic to udp:202.101.226.68:53
2026/07/24 11:15:57.568641 [Debug] transport/internet/udp: dispatch request to: udp:119.29.29.29:53
2026/07/24 11:15:57.568641 from udp:172.18.0.1:58323 accepted udp:202.101.226.68:53 [tun -> dns]
2026/07/24 11:15:57.568641 [Info] app/dns: returning 2 IP(s) for domain dns.alidns.com -> [223.5.5.5 223.6.6.6]
2026/07/24 11:15:57.568641 from udp:172.18.0.1:58321 accepted udp:202.101.226.68:53 [tun -> dns]
2026/07/24 11:15:57.568641 from udp:172.18.0.1:58325 accepted udp:220.248.192.12:53 [tun -> dns]
2026/07/24 11:15:57.568641 [Info] [4012608980] app/dispatcher: taking detour [dns] for [udp:220.248.192.12:53]
2026/07/24 11:15:57.568641 [Info] [2076862219] app/dispatcher: taking detour [dns] for [udp:202.101.226.68:53]
2026/07/24 11:15:57.568641 [Info] [4012608980] proxy/dns: handling DNS traffic to udp:220.248.192.12:53
2026/07/24 11:15:57.568641 [Info] [2076862219] proxy/dns: handling DNS traffic to udp:202.101.226.68:53
2026/07/24 11:15:57.568641 [Info] app/dns: returning 2 IP(s) for domain dns.alidns.com -> [223.5.5.5 223.6.6.6]
2026/07/24 11:15:57.568641 [Info] app/dns: returning 2 IP(s) for domain dns.alidns.com -> [[2400:3200::1] [2400:3200:baba::1]]
2026/07/24 11:15:57.569157 [Info] [2288894319] app/dispatcher: taking detour [dns] for [udp:220.248.192.12:53]
2026/07/24 11:15:57.569157 [Info] [2288894319] proxy/dns: handling DNS traffic to udp:220.248.192.12:53
2026/07/24 11:15:57.569157 from udp:172.18.0.1:58322 accepted udp:220.248.192.12:53 [tun -> dns]
2026/07/24 11:15:57.569157 [Info] app/dns: returning 2 IP(s) for domain dns.alidns.com -> [[2400:3200::1] [2400:3200:baba::1]]
2026/07/24 11:15:57.569157 [Info] [426802023] proxy/tun: processing from tcp:172.18.0.1:62322 to tcp:4.28.136.38:80
2026/07/24 11:15:57.569674 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:57.570196 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:57.570196 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:57.570713 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:57.570713 [Info] [426802023] app/dispatcher: taking detour [direct] for [tcp:4.28.136.38:80]
2026/07/24 11:15:57.570713 [Info] [426802023] transport/internet/tcp: dialing TCP to tcp:4.28.136.38:80
2026/07/24 11:15:57.570713 from tcp:172.18.0.1:62322 accepted tcp:4.28.136.38:80 [tun -> direct]
2026/07/24 11:15:57.570713 [Debug] [426802023] transport/internet: dialing to tcp:4.28.136.38:80
2026/07/24 11:15:57.718629 [Info] [802715731] proxy/tun: processing from tcp:172.18.0.1:62325 to tcp:96.16.53.142:80
2026/07/24 11:15:57.721722 [Info] [802715731] app/dispatcher: taking detour [direct] for [tcp:96.16.53.142:80]
2026/07/24 11:15:57.721722 [Info] [802715731] transport/internet/tcp: dialing TCP to tcp:96.16.53.142:80
2026/07/24 11:15:57.721722 [Debug] [802715731] transport/internet: dialing to tcp:96.16.53.142:80
2026/07/24 11:15:57.721722 from tcp:172.18.0.1:62325 accepted tcp:96.16.53.142:80 [tun -> direct]
2026/07/24 11:15:57.819924 [Info] [426802023] proxy/freedom: connection opened to tcp:4.28.136.38:80, local endpoint 172.25.185.141:62323, remote endpoint 4.28.136.38:80
2026/07/24 11:15:57.819924 [Debug] [426802023] proxy: CopyRawConn (maybe) readv
2026/07/24 11:15:57.922835 [Info] [802715731] proxy/freedom: connection opened to tcp:96.16.53.142:80, local endpoint 172.25.185.141:62326, remote endpoint 96.16.53.142:80
2026/07/24 11:15:57.922835 [Debug] [802715731] proxy: CopyRawConn (maybe) readv
2026/07/24 11:15:57.927100 [Info] [1215391963] proxy/tun: processing from udp:172.18.0.1:56863 to udp:223.5.5.5:53
2026/07/24 11:15:57.927647 [Info] [1215391963] app/dispatcher: taking detour [dns] for [udp:223.5.5.5:53]
2026/07/24 11:15:57.927647 [Info] [1215391963] proxy/dns: handling DNS traffic to udp:223.5.5.5:53
2026/07/24 11:15:57.927647 from udp:172.18.0.1:56863 accepted udp:223.5.5.5:53 [tun -> dns]
2026/07/24 11:15:57.927647 [Info] [4123966998] proxy/tun: processing from tcp:172.18.0.1:62327 to tcp:72.145.35.107:443
2026/07/24 11:15:57.927647 [Debug] app/dns: domain geo.prod.do.dsp.mp.microsoft.com will use DNS in order: [UDP:119.29.29.29:53 UDP:223.5.5.5:53]
2026/07/24 11:15:57.927647 [Info] app/dns: UDP:119.29.29.29:53 querying DNS for: geo.prod.do.dsp.mp.microsoft.com.
2026/07/24 11:15:57.927647 [Debug] transport/internet/udp: dispatch request to: udp:119.29.29.29:53
2026/07/24 11:15:57.929218 [Info] [4123966998] app/dispatcher: taking detour [direct] for [tcp:72.145.35.107:443]
2026/07/24 11:15:57.929218 from tcp:172.18.0.1:62327 accepted tcp:72.145.35.107:443 [tun -> direct]
2026/07/24 11:15:57.929218 [Info] [4123966998] transport/internet/tcp: dialing TCP to tcp:72.145.35.107:443
2026/07/24 11:15:57.929218 [Debug] [4123966998] transport/internet: dialing to tcp:72.145.35.107:443
2026/07/24 11:15:57.950864 [Info] app/dns: UDP:119.29.29.29:53 got answer: geo.prod.do.dsp.mp.microsoft.com. TypeA -> [72.154.7.100], rtt: 23.2172ms, lock: 0s
2026/07/24 11:15:57.981388 [Info] [2264809396] proxy/tun: processing from tcp:172.18.0.1:62329 to tcp:96.16.53.142:80
2026/07/24 11:15:57.983477 [Info] [2264809396] app/dispatcher: taking detour [direct] for [tcp:96.16.53.142:80]
2026/07/24 11:15:57.983477 [Info] [2264809396] transport/internet/tcp: dialing TCP to tcp:96.16.53.142:80
2026/07/24 11:15:57.983477 [Debug] [2264809396] transport/internet: dialing to tcp:96.16.53.142:80
2026/07/24 11:15:57.983477 from tcp:172.18.0.1:62329 accepted tcp:96.16.53.142:80 [tun -> direct]
2026/07/24 11:15:58.035413 [Info] app/dns: UDP:119.29.29.29:53 got answer: p05.upd3.kaspersky.com. TypeA -> [116.163.42.118 116.163.42.119], rtt: 475.4863ms, lock: 0s
2026/07/24 11:15:58.061919 [Info] [1277711142] proxy/tun: processing from udp:172.18.0.1:65319 to udp:114.114.114.114:53
2026/07/24 11:15:58.061919 [Info] [3301982804] proxy/tun: processing from udp:172.18.0.1:65322 to udp:114.114.114.114:53
2026/07/24 11:15:58.062456 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:58.062456 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:58.063040 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:58.063040 [Info] [1277711142] app/dispatcher: taking detour [dns] for [udp:114.114.114.114:53]
2026/07/24 11:15:58.063040 from udp:172.18.0.1:65319 accepted udp:114.114.114.114:53 [tun -> dns]
2026/07/24 11:15:58.063040 [Info] [1277711142] proxy/dns: handling DNS traffic to udp:114.114.114.114:53
2026/07/24 11:15:58.063040 [Info] [2587074506] proxy/tun: processing from tcp:172.18.0.1:62331 to tcp:223.5.5.5:853
2026/07/24 11:15:58.063582 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:58.063582 from udp:172.18.0.1:65322 accepted udp:114.114.114.114:53 [tun -> dns]
2026/07/24 11:15:58.063582 [Info] [3301982804] app/dispatcher: taking detour [dns] for [udp:114.114.114.114:53]
2026/07/24 11:15:58.063582 [Info] [3301982804] proxy/dns: handling DNS traffic to udp:114.114.114.114:53
2026/07/24 11:15:58.063582 [Debug] app/dns: domain s05.upd3.kaspersky.com will use DNS in order: [UDP:119.29.29.29:53 UDP:223.5.5.5:53]
2026/07/24 11:15:58.063582 [Info] app/dns: UDP:119.29.29.29:53 querying DNS for: s05.upd3.kaspersky.com.
2026/07/24 11:15:58.063582 [Debug] transport/internet/udp: dispatch request to: udp:119.29.29.29:53
2026/07/24 11:15:58.063582 [Debug] app/dns: domain s05.upd3.kaspersky.com will use DNS in order: [UDP:119.29.29.29:53 UDP:223.5.5.5:53]
2026/07/24 11:15:58.063582 [Info] app/dns: UDP:119.29.29.29:53 querying DNS for: s05.upd3.kaspersky.com.
2026/07/24 11:15:58.063582 [Debug] transport/internet/udp: dispatch request to: udp:119.29.29.29:53
2026/07/24 11:15:58.064117 [Info] [2958622545] proxy/tun: processing from tcp:172.18.0.1:62332 to tcp:116.163.42.118:443
2026/07/24 11:15:58.064654 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:58.065167 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:58.065689 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:58.066207 [Info] [2587074506] app/dispatcher: taking detour [direct] for [tcp:223.5.5.5:853]
2026/07/24 11:15:58.066207 [Info] [2587074506] transport/internet/tcp: dialing TCP to tcp:223.5.5.5:853
2026/07/24 11:15:58.066207 [Debug] [2587074506] transport/internet: dialing to tcp:223.5.5.5:853
2026/07/24 11:15:58.066207 from tcp:172.18.0.1:62331 accepted tcp:223.5.5.5:853 [tun -> direct]
2026/07/24 11:15:58.066732 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:58.066732 [Info] [2958622545] app/dispatcher: taking detour [direct] for [tcp:116.163.42.118:443]
2026/07/24 11:15:58.066732 [Info] [2958622545] transport/internet/tcp: dialing TCP to tcp:116.163.42.118:443
2026/07/24 11:15:58.066732 [Debug] [2958622545] transport/internet: dialing to tcp:116.163.42.118:443
2026/07/24 11:15:58.066732 from tcp:172.18.0.1:62332 accepted tcp:116.163.42.118:443 [tun -> direct]
2026/07/24 11:15:58.071441 [Info] [2958622545] proxy/freedom: connection opened to tcp:116.163.42.118:443, local endpoint 172.25.185.141:62334, remote endpoint 116.163.42.118:443
2026/07/24 11:15:58.071441 [Debug] [2958622545] proxy: CopyRawConn (maybe) readv
2026/07/24 11:15:58.075106 [Info] app/dns: UDP:119.29.29.29:53 got answer: p05.upd3.kaspersky.com. TypeAAAA -> [], rtt: 506.4644ms, lock: 0s
2026/07/24 11:15:58.075106 [Info] app/dns: failed to lookup ip for domain p05.upd3.kaspersky.com at server UDP:119.29.29.29:53 in serial query mode > features/dns: empty response
2026/07/24 11:15:58.075106 [Info] app/dns: UDP:223.5.5.5:53 querying DNS for: p05.upd3.kaspersky.com.
2026/07/24 11:15:58.075106 [Debug] transport/internet/udp: dispatch request to: udp:223.5.5.5:53
2026/07/24 11:15:58.075106 [Info] transport/internet/udp: establishing new connection for udp:223.5.5.5:53
2026/07/24 11:15:58.075106 [Info] app/dispatcher: taking detour [direct] for [udp:223.5.5.5:53]
2026/07/24 11:15:58.075106 from DNS accepted udp:223.5.5.5:53 [direct-dns-6 -> direct]
2026/07/24 11:15:58.075106 [Debug] transport/internet: dialing to udp:223.5.5.5:53
2026/07/24 11:15:58.075106 [Info] proxy/freedom: connection opened to udp:223.5.5.5:53, local endpoint [::]:65327, remote endpoint 223.5.5.5:53
2026/07/24 11:15:58.096361 [Info] [2587074506] proxy/freedom: connection opened to tcp:223.5.5.5:853, local endpoint 172.25.185.141:62333, remote endpoint 223.5.5.5:853
2026/07/24 11:15:58.096361 [Debug] [2587074506] proxy: CopyRawConn (maybe) readv
2026/07/24 11:15:58.146070 [Info] [4123966998] proxy/freedom: connection opened to tcp:72.145.35.107:443, local endpoint 172.25.185.141:62328, remote endpoint 72.145.35.107:443
2026/07/24 11:15:58.146070 [Debug] [4123966998] proxy: CopyRawConn (maybe) readv
2026/07/24 11:15:58.159909 [Info] [2264809396] proxy/freedom: connection opened to tcp:96.16.53.142:80, local endpoint 172.25.185.141:62330, remote endpoint 96.16.53.142:80
2026/07/24 11:15:58.159909 [Debug] [2264809396] proxy: CopyRawConn (maybe) readv
2026/07/24 11:15:58.164292 [Info] app/dns: UDP:223.5.5.5:53 got answer: p05.upd3.kaspersky.com. TypeAAAA -> [], rtt: 89.1858ms, lock: 0s
2026/07/24 11:15:58.164292 [Info] app/dns: failed to lookup ip for domain p05.upd3.kaspersky.com at server UDP:223.5.5.5:53 in serial query mode > features/dns: empty response
2026/07/24 11:15:58.489733 [Info] app/dns: UDP:119.29.29.29:53 got answer: s05.upd3.kaspersky.com. TypeA -> [116.163.42.118 116.163.42.119], rtt: 426.1511ms, lock: 0s
2026/07/24 11:15:58.515257 [Info] [49100909] proxy/tun: processing from tcp:172.18.0.1:62338 to tcp:162.159.45.60:443
2026/07/24 11:15:58.515257 [Info] [136951662] proxy/tun: processing from tcp:172.18.0.1:62340 to tcp:162.159.45.60:443
2026/07/24 11:15:58.515257 [Info] [1071960117] proxy/tun: processing from tcp:172.18.0.1:62339 to tcp:162.159.45.60:443
2026/07/24 11:15:58.516323 [Info] [49100909] app/dispatcher: taking detour [direct] for [tcp:162.159.45.60:443]
2026/07/24 11:15:58.516323 from tcp:172.18.0.1:62338 accepted tcp:162.159.45.60:443 [tun -> direct]
2026/07/24 11:15:58.516323 [Info] [49100909] transport/internet/tcp: dialing TCP to tcp:162.159.45.60:443
2026/07/24 11:15:58.516323 [Debug] [49100909] transport/internet: dialing to tcp:162.159.45.60:443
2026/07/24 11:15:58.516323 [Info] [136951662] app/dispatcher: taking detour [direct] for [tcp:162.159.45.60:443]
2026/07/24 11:15:58.516323 from tcp:172.18.0.1:62340 accepted tcp:162.159.45.60:443 [tun -> direct]
2026/07/24 11:15:58.516323 [Info] [136951662] transport/internet/tcp: dialing TCP to tcp:162.159.45.60:443
2026/07/24 11:15:58.516323 [Debug] [136951662] transport/internet: dialing to tcp:162.159.45.60:443
2026/07/24 11:15:58.516323 [Info] [1071960117] app/dispatcher: taking detour [direct] for [tcp:162.159.45.60:443]
2026/07/24 11:15:58.516323 from tcp:172.18.0.1:62339 accepted tcp:162.159.45.60:443 [tun -> direct]
2026/07/24 11:15:58.516323 [Info] [1071960117] transport/internet/tcp: dialing TCP to tcp:162.159.45.60:443
2026/07/24 11:15:58.516323 [Debug] [1071960117] transport/internet: dialing to tcp:162.159.45.60:443
2026/07/24 11:15:58.548483 [Info] app/dns: UDP:119.29.29.29:53 got answer: s05.upd3.kaspersky.com. TypeAAAA -> [], rtt: 484.9017ms, lock: 0s
2026/07/24 11:15:58.548483 [Info] app/dns: failed to lookup ip for domain s05.upd3.kaspersky.com at server UDP:119.29.29.29:53 in serial query mode > features/dns: empty response
2026/07/24 11:15:58.548483 [Info] app/dns: UDP:223.5.5.5:53 querying DNS for: s05.upd3.kaspersky.com.
2026/07/24 11:15:58.548483 [Debug] transport/internet/udp: dispatch request to: udp:223.5.5.5:53
2026/07/24 11:15:58.606187 [Info] app/dns: UDP:223.5.5.5:53 got answer: s05.upd3.kaspersky.com. TypeAAAA -> [], rtt: 57.7036ms, lock: 0s
2026/07/24 11:15:58.606187 [Info] app/dns: failed to lookup ip for domain s05.upd3.kaspersky.com at server UDP:223.5.5.5:53 in serial query mode > features/dns: empty response
2026/07/24 11:15:58.625972 [Info] [49100909] proxy/freedom: connection opened to tcp:162.159.45.60:443, local endpoint 172.25.185.141:62341, remote endpoint 162.159.45.60:443
2026/07/24 11:15:58.625972 [Debug] [49100909] proxy: CopyRawConn (maybe) readv
2026/07/24 11:15:58.628373 [Info] [136951662] proxy/freedom: connection opened to tcp:162.159.45.60:443, local endpoint 172.25.185.141:62342, remote endpoint 162.159.45.60:443
2026/07/24 11:15:58.628373 [Debug] [136951662] proxy: CopyRawConn (maybe) readv
2026/07/24 11:15:58.629758 [Info] [1071960117] proxy/freedom: connection opened to tcp:162.159.45.60:443, local endpoint 172.25.185.141:62343, remote endpoint 162.159.45.60:443
2026/07/24 11:15:58.629758 [Debug] [1071960117] proxy: CopyRawConn (maybe) readv
2026/07/24 11:15:58.824962 [Info] [2342969135] proxy/tun: processing from udp:172.18.0.1:50772 to udp:223.5.5.5:53
2026/07/24 11:15:58.825526 [Info] [513962614] proxy/tun: processing from tcp:172.18.0.1:62344 to tcp:23.209.210.49:443
2026/07/24 11:15:58.826088 [Info] [2342969135] app/dispatcher: taking detour [dns] for [udp:223.5.5.5:53]
2026/07/24 11:15:58.826088 [Info] [2342969135] proxy/dns: handling DNS traffic to udp:223.5.5.5:53
2026/07/24 11:15:58.826088 from udp:172.18.0.1:50772 accepted udp:223.5.5.5:53 [tun -> dns]
2026/07/24 11:15:58.826088 [Debug] app/dns: domain kv601.prod.do.dsp.mp.microsoft.com will use DNS in order: [UDP:119.29.29.29:53 UDP:223.5.5.5:53]
2026/07/24 11:15:58.826088 [Info] app/dns: UDP:119.29.29.29:53 querying DNS for: kv601.prod.do.dsp.mp.microsoft.com.
2026/07/24 11:15:58.826088 [Debug] transport/internet/udp: dispatch request to: udp:119.29.29.29:53
2026/07/24 11:15:58.827631 [Info] [513962614] app/dispatcher: taking detour [direct] for [tcp:23.209.210.49:443]
2026/07/24 11:15:58.827631 [Info] [513962614] transport/internet/tcp: dialing TCP to tcp:23.209.210.49:443
2026/07/24 11:15:58.827631 [Debug] [513962614] transport/internet: dialing to tcp:23.209.210.49:443
2026/07/24 11:15:58.827631 from tcp:172.18.0.1:62344 accepted tcp:23.209.210.49:443 [tun -> direct]
2026/07/24 11:15:58.849296 [Info] app/dns: UDP:119.29.29.29:53 got answer: kv601.prod.do.dsp.mp.microsoft.com. TypeA -> [2.19.221.154], rtt: 23.2086ms, lock: 0s
2026/07/24 11:15:58.880417 [Info] [1371010345] proxy/tun: processing from tcp:172.18.0.1:62346 to tcp:162.159.45.60:443
2026/07/24 11:15:58.881509 [Info] [1371010345] app/dispatcher: taking detour [direct] for [tcp:162.159.45.60:443]
2026/07/24 11:15:58.881509 from tcp:172.18.0.1:62346 accepted tcp:162.159.45.60:443 [tun -> direct]
2026/07/24 11:15:58.881509 [Info] [1371010345] transport/internet/tcp: dialing TCP to tcp:162.159.45.60:443
2026/07/24 11:15:58.881509 [Debug] [1371010345] transport/internet: dialing to tcp:162.159.45.60:443
2026/07/24 11:15:58.884152 [Info] [408379422] proxy/tun: processing from tcp:172.18.0.1:62348 to tcp:162.159.45.60:443
2026/07/24 11:15:58.885185 [Info] [408379422] app/dispatcher: taking detour [direct] for [tcp:162.159.45.60:443]
2026/07/24 11:15:58.885185 from tcp:172.18.0.1:62348 accepted tcp:162.159.45.60:443 [tun -> direct]
2026/07/24 11:15:58.885185 [Info] [408379422] transport/internet/tcp: dialing TCP to tcp:162.159.45.60:443
2026/07/24 11:15:58.885185 [Debug] [408379422] transport/internet: dialing to tcp:162.159.45.60:443
2026/07/24 11:15:58.945402 [Info] [1006053470] proxy/tun: processing from tcp:172.18.0.1:55970 to tcp:48.210.190.78:443
2026/07/24 11:15:58.948624 [Info] [1006053470] app/dispatcher: taking detour [direct] for [tcp:48.210.190.78:443]
2026/07/24 11:15:58.948624 [Info] [1006053470] transport/internet/tcp: dialing TCP to tcp:48.210.190.78:443
2026/07/24 11:15:58.948624 from tcp:172.18.0.1:55970 accepted tcp:48.210.190.78:443 [tun -> direct]
2026/07/24 11:15:58.948624 [Debug] [1006053470] transport/internet: dialing to tcp:48.210.190.78:443
2026/07/24 11:15:58.992935 [Info] [1371010345] proxy/freedom: connection opened to tcp:162.159.45.60:443, local endpoint 172.25.185.141:62347, remote endpoint 162.159.45.60:443
2026/07/24 11:15:58.992935 [Debug] [1371010345] proxy: CopyRawConn (maybe) readv
2026/07/24 11:15:58.996547 [Info] [408379422] proxy/freedom: connection opened to tcp:162.159.45.60:443, local endpoint 172.25.185.141:62349, remote endpoint 162.159.45.60:443
2026/07/24 11:15:58.996547 [Debug] [408379422] proxy: CopyRawConn (maybe) readv
2026/07/24 11:15:59.025747 [Info] [513962614] proxy/freedom: connection opened to tcp:23.209.210.49:443, local endpoint 172.25.185.141:62345, remote endpoint 23.209.210.49:443
2026/07/24 11:15:59.025747 [Debug] [513962614] proxy: CopyRawConn (maybe) readv
2026/07/24 11:15:59.039853 [Info] [1006053470] proxy/freedom: connection opened to tcp:48.210.190.78:443, local endpoint 172.25.185.141:55971, remote endpoint 48.210.190.78:443
2026/07/24 11:15:59.039853 [Debug] [1006053470] proxy: CopyRawConn (maybe) readv
2026/07/24 11:15:59.439650 [Info] [1146904095] proxy/tun: processing from tcp:172.18.0.1:55972 to tcp:162.159.45.60:443
2026/07/24 11:15:59.440679 [Info] [1146904095] app/dispatcher: taking detour [direct] for [tcp:162.159.45.60:443]
2026/07/24 11:15:59.440679 [Info] [1146904095] transport/internet/tcp: dialing TCP to tcp:162.159.45.60:443
2026/07/24 11:15:59.440679 [Debug] [1146904095] transport/internet: dialing to tcp:162.159.45.60:443
2026/07/24 11:15:59.440679 from tcp:172.18.0.1:55972 accepted tcp:162.159.45.60:443 [tun -> direct]
2026/07/24 11:15:59.552257 [Info] [583467406] proxy/tun: processing from tcp:172.18.0.1:55977 to tcp:162.159.45.60:443
2026/07/24 11:15:59.552257 [Info] [376785748] proxy/tun: processing from tcp:172.18.0.1:55976 to tcp:162.159.45.60:443
2026/07/24 11:15:59.552785 [Info] [1146904095] proxy/freedom: connection opened to tcp:162.159.45.60:443, local endpoint 172.25.185.141:55973, remote endpoint 162.159.45.60:443
2026/07/24 11:15:59.552785 [Debug] [1146904095] proxy: CopyRawConn (maybe) readv
2026/07/24 11:15:59.552785 [Info] [583467406] app/dispatcher: taking detour [direct] for [tcp:162.159.45.60:443]
2026/07/24 11:15:59.552785 from tcp:172.18.0.1:55977 accepted tcp:162.159.45.60:443 [tun -> direct]
2026/07/24 11:15:59.552785 [Info] [583467406] transport/internet/tcp: dialing TCP to tcp:162.159.45.60:443
2026/07/24 11:15:59.552785 [Debug] [583467406] transport/internet: dialing to tcp:162.159.45.60:443
2026/07/24 11:15:59.553320 [Info] [376785748] app/dispatcher: taking detour [direct] for [tcp:162.159.45.60:443]
2026/07/24 11:15:59.553320 from tcp:172.18.0.1:55976 accepted tcp:162.159.45.60:443 [tun -> direct]
2026/07/24 11:15:59.553320 [Info] [376785748] transport/internet/tcp: dialing TCP to tcp:162.159.45.60:443
2026/07/24 11:15:59.553320 [Debug] [376785748] transport/internet: dialing to tcp:162.159.45.60:443
2026/07/24 11:15:59.672709 [Info] [583467406] proxy/freedom: connection opened to tcp:162.159.45.60:443, local endpoint 172.25.185.141:55978, remote endpoint 162.159.45.60:443
2026/07/24 11:15:59.672709 [Debug] [583467406] proxy: CopyRawConn (maybe) readv
2026/07/24 11:15:59.672709 [Info] [376785748] proxy/freedom: connection opened to tcp:162.159.45.60:443, local endpoint 172.25.185.141:55979, remote endpoint 162.159.45.60:443
2026/07/24 11:15:59.672709 [Debug] [376785748] proxy: CopyRawConn (maybe) readv
2026/07/24 11:15:59.813748 [Info] [2838502500] proxy/tun: processing from udp:172.18.0.1:50645 to udp:114.114.114.114:53
2026/07/24 11:15:59.814254 [Info] [1980637670] proxy/tun: processing from udp:172.18.0.1:50648 to udp:114.114.114.114:53
2026/07/24 11:15:59.814254 [Info] [2838502500] app/dispatcher: taking detour [dns] for [udp:114.114.114.114:53]
2026/07/24 11:15:59.814254 [Info] [2838502500] proxy/dns: handling DNS traffic to udp:114.114.114.114:53
2026/07/24 11:15:59.814254 [Debug] app/dns: domain s01.upd3.kaspersky.com will use DNS in order: [UDP:119.29.29.29:53 UDP:223.5.5.5:53]
2026/07/24 11:15:59.814254 from udp:172.18.0.1:50645 accepted udp:114.114.114.114:53 [tun -> dns]
2026/07/24 11:15:59.814254 [Info] app/dns: UDP:119.29.29.29:53 querying DNS for: s01.upd3.kaspersky.com.
2026/07/24 11:15:59.814254 [Debug] transport/internet/udp: dispatch request to: udp:119.29.29.29:53
2026/07/24 11:15:59.814780 [Info] [500673813] proxy/tun: processing from udp:172.18.0.1:50649 to udp:223.5.5.5:53
2026/07/24 11:15:59.814780 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:59.814780 from udp:172.18.0.1:50648 accepted udp:114.114.114.114:53 [tun -> dns]
2026/07/24 11:15:59.814780 [Info] [1980637670] app/dispatcher: taking detour [dns] for [udp:114.114.114.114:53]
2026/07/24 11:15:59.814780 [Info] [1980637670] proxy/dns: handling DNS traffic to udp:114.114.114.114:53
2026/07/24 11:15:59.814780 [Info] [681950173] proxy/tun: processing from tcp:172.18.0.1:55980 to tcp:223.5.5.5:853
2026/07/24 11:15:59.814780 [Debug] app/dns: domain s01.upd3.kaspersky.com will use DNS in order: [UDP:119.29.29.29:53 UDP:223.5.5.5:53]
2026/07/24 11:15:59.814780 [Info] app/dns: UDP:119.29.29.29:53 querying DNS for: s01.upd3.kaspersky.com.
2026/07/24 11:15:59.814780 [Debug] transport/internet/udp: dispatch request to: udp:119.29.29.29:53
2026/07/24 11:15:59.814780 [Info] [500673813] app/dispatcher: taking detour [dns] for [udp:223.5.5.5:53]
2026/07/24 11:15:59.814780 from udp:172.18.0.1:50649 accepted udp:223.5.5.5:53 [tun -> dns]
2026/07/24 11:15:59.814780 [Info] [500673813] proxy/dns: handling DNS traffic to udp:223.5.5.5:53
2026/07/24 11:15:59.815301 [Debug] app/dns: domain s01.upd3.kaspersky.com will use DNS in order: [UDP:119.29.29.29:53 UDP:223.5.5.5:53]
2026/07/24 11:15:59.815814 [Info] [4040988430] proxy/tun: processing from tcp:172.18.0.1:55981 to tcp:116.163.42.118:443
2026/07/24 11:15:59.816335 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:59.816335 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:59.816868 [Info] [681950173] app/dispatcher: taking detour [direct] for [tcp:223.5.5.5:853]
2026/07/24 11:15:59.816868 [Info] [681950173] transport/internet/tcp: dialing TCP to tcp:223.5.5.5:853
2026/07/24 11:15:59.816868 [Debug] [681950173] transport/internet: dialing to tcp:223.5.5.5:853
2026/07/24 11:15:59.816868 from tcp:172.18.0.1:55980 accepted tcp:223.5.5.5:853 [tun -> direct]
2026/07/24 11:15:59.817391 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:59.817918 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:15:59.817918 [Info] [4040988430] app/dispatcher: taking detour [direct] for [tcp:116.163.42.118:443]
2026/07/24 11:15:59.817918 [Info] [4040988430] transport/internet/tcp: dialing TCP to tcp:116.163.42.118:443
2026/07/24 11:15:59.817918 [Debug] [4040988430] transport/internet: dialing to tcp:116.163.42.118:443
2026/07/24 11:15:59.817918 from tcp:172.18.0.1:55981 accepted tcp:116.163.42.118:443 [tun -> direct]
2026/07/24 11:15:59.826136 [Info] [4040988430] proxy/freedom: connection opened to tcp:116.163.42.118:443, local endpoint 172.25.185.141:55983, remote endpoint 116.163.42.118:443
2026/07/24 11:15:59.826136 [Debug] [4040988430] proxy: CopyRawConn (maybe) readv
2026/07/24 11:15:59.837836 [Info] app/dns: UDP:119.29.29.29:53 got answer: s01.upd3.kaspersky.com. TypeA -> [116.163.42.118 116.163.42.119], rtt: 23.5827ms, lock: 0s
2026/07/24 11:15:59.837836 [Info] app/dns: UDP:119.29.29.29:53 got answer: s01.upd3.kaspersky.com. TypeAAAA -> [], rtt: 23.0569ms, lock: 0s
2026/07/24 11:15:59.837836 [Info] app/dns: failed to lookup ip for domain s01.upd3.kaspersky.com at server UDP:119.29.29.29:53 in serial query mode > features/dns: empty response
2026/07/24 11:15:59.837836 [Info] app/dns: UDP:223.5.5.5:53 querying DNS for: s01.upd3.kaspersky.com.
2026/07/24 11:15:59.837836 [Info] app/dns: failed to lookup ip for domain s01.upd3.kaspersky.com at server UDP:119.29.29.29:53 in serial query mode > features/dns: empty response
2026/07/24 11:15:59.838344 [Debug] transport/internet/udp: dispatch request to: udp:223.5.5.5:53
2026/07/24 11:15:59.858171 [Info] [681950173] proxy/freedom: connection opened to tcp:223.5.5.5:853, local endpoint 172.25.185.141:55982, remote endpoint 223.5.5.5:853
2026/07/24 11:15:59.858171 [Debug] [681950173] proxy: CopyRawConn (maybe) readv
2026/07/24 11:15:59.889955 [Info] app/dns: UDP:223.5.5.5:53 got answer: s01.upd3.kaspersky.com. TypeAAAA -> [], rtt: 52.119ms, lock: 0s
2026/07/24 11:15:59.889955 [Info] app/dns: failed to lookup ip for domain s01.upd3.kaspersky.com at server UDP:223.5.5.5:53 in serial query mode > features/dns: empty response
2026/07/24 11:15:59.889955 [Info] app/dns: failed to lookup ip for domain s01.upd3.kaspersky.com at server UDP:223.5.5.5:53 in serial query mode > features/dns: empty response
2026/07/24 11:15:59.911629 [Info] [487652003] proxy/tun: processing from tcp:172.18.0.1:55984 to tcp:162.159.45.60:443
2026/07/24 11:15:59.911629 [Info] [2194140958] proxy/tun: processing from tcp:172.18.0.1:55985 to tcp:162.159.45.60:443
2026/07/24 11:15:59.912157 [Info] [2194140958] app/dispatcher: taking detour [direct] for [tcp:162.159.45.60:443]
2026/07/24 11:15:59.912157 [Info] [2194140958] transport/internet/tcp: dialing TCP to tcp:162.159.45.60:443
2026/07/24 11:15:59.912157 [Debug] [2194140958] transport/internet: dialing to tcp:162.159.45.60:443
2026/07/24 11:15:59.912157 from tcp:172.18.0.1:55985 accepted tcp:162.159.45.60:443 [tun -> direct]
2026/07/24 11:15:59.912674 [Info] [487652003] app/dispatcher: taking detour [direct] for [tcp:162.159.45.60:443]
2026/07/24 11:15:59.912674 from tcp:172.18.0.1:55984 accepted tcp:162.159.45.60:443 [tun -> direct]
2026/07/24 11:15:59.912674 [Info] [487652003] transport/internet/tcp: dialing TCP to tcp:162.159.45.60:443
2026/07/24 11:15:59.912674 [Debug] [487652003] transport/internet: dialing to tcp:162.159.45.60:443
2026/07/24 11:16:00.030891 [Info] [487652003] proxy/freedom: connection opened to tcp:162.159.45.60:443, local endpoint 172.25.185.141:55987, remote endpoint 162.159.45.60:443
2026/07/24 11:16:00.030891 [Debug] [487652003] proxy: CopyRawConn (maybe) readv
2026/07/24 11:16:00.030891 [Info] [2194140958] proxy/freedom: connection opened to tcp:162.159.45.60:443, local endpoint 172.25.185.141:55986, remote endpoint 162.159.45.60:443
2026/07/24 11:16:00.030891 [Debug] [2194140958] proxy: CopyRawConn (maybe) readv
2026/07/24 11:16:00.204634 [Info] [3711927443] proxy/tun: processing from tcp:172.18.0.1:55988 to tcp:162.159.45.60:443
2026/07/24 11:16:00.205172 [Info] [3711927443] app/dispatcher: taking detour [direct] for [tcp:162.159.45.60:443]
2026/07/24 11:16:00.205720 [Info] [3711927443] transport/internet/tcp: dialing TCP to tcp:162.159.45.60:443
2026/07/24 11:16:00.205720 [Debug] [3711927443] transport/internet: dialing to tcp:162.159.45.60:443
2026/07/24 11:16:00.205720 from tcp:172.18.0.1:55988 accepted tcp:162.159.45.60:443 [tun -> direct]
2026/07/24 11:16:00.319217 [Info] [3711927443] proxy/freedom: connection opened to tcp:162.159.45.60:443, local endpoint 172.25.185.141:55989, remote endpoint 162.159.45.60:443
2026/07/24 11:16:00.319217 [Debug] [3711927443] proxy: CopyRawConn (maybe) readv
2026/07/24 11:16:01.174617 [Info] [3578498806] proxy/tun: processing from tcp:172.18.0.1:55990 to tcp:162.159.45.60:443
2026/07/24 11:16:01.176270 [Info] [3578498806] app/dispatcher: taking detour [direct] for [tcp:162.159.45.60:443]
2026/07/24 11:16:01.176270 [Info] [3578498806] transport/internet/tcp: dialing TCP to tcp:162.159.45.60:443
2026/07/24 11:16:01.176270 [Debug] [3578498806] transport/internet: dialing to tcp:162.159.45.60:443
2026/07/24 11:16:01.176270 from tcp:172.18.0.1:55990 accepted tcp:162.159.45.60:443 [tun -> direct]
2026/07/24 11:16:01.286781 [Info] [3578498806] proxy/freedom: connection opened to tcp:162.159.45.60:443, local endpoint 172.25.185.141:55991, remote endpoint 162.159.45.60:443
2026/07/24 11:16:01.286781 [Debug] [3578498806] proxy: CopyRawConn (maybe) readv
2026/07/24 11:16:01.948967 [Info] [1833689623] proxy/tun: processing from udp:172.18.0.1:52614 to udp:114.114.114.114:53
2026/07/24 11:16:01.949476 [Info] [3543607951] proxy/tun: processing from udp:172.18.0.1:52617 to udp:114.114.114.114:53
2026/07/24 11:16:01.950062 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:16:01.950062 [Info] [3543607951] app/dispatcher: taking detour [dns] for [udp:114.114.114.114:53]
2026/07/24 11:16:01.950062 from udp:172.18.0.1:52617 accepted udp:114.114.114.114:53 [tun -> dns]
2026/07/24 11:16:01.950062 from udp:172.18.0.1:52614 accepted udp:114.114.114.114:53 [tun -> dns]
2026/07/24 11:16:01.950062 [Info] [4239365302] proxy/tun: processing from tcp:172.18.0.1:55992 to tcp:223.5.5.5:853
2026/07/24 11:16:01.950062 [Info] [3543607951] proxy/dns: handling DNS traffic to udp:114.114.114.114:53
2026/07/24 11:16:01.950062 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:16:01.950062 [Info] [1833689623] app/dispatcher: taking detour [dns] for [udp:114.114.114.114:53]
2026/07/24 11:16:01.950062 [Info] [1833689623] proxy/dns: handling DNS traffic to udp:114.114.114.114:53
2026/07/24 11:16:01.950062 [Debug] app/dns: domain p11.upd3.kaspersky.com will use DNS in order: [UDP:119.29.29.29:53 UDP:223.5.5.5:53]
2026/07/24 11:16:01.950062 [Info] app/dns: UDP:119.29.29.29:53 querying DNS for: p11.upd3.kaspersky.com.
2026/07/24 11:16:01.950062 [Debug] transport/internet/udp: dispatch request to: udp:119.29.29.29:53
2026/07/24 11:16:01.950062 [Debug] app/dns: domain p11.upd3.kaspersky.com will use DNS in order: [UDP:119.29.29.29:53 UDP:223.5.5.5:53]
2026/07/24 11:16:01.950062 [Info] app/dns: UDP:119.29.29.29:53 querying DNS for: p11.upd3.kaspersky.com.
2026/07/24 11:16:01.950062 [Debug] transport/internet/udp: dispatch request to: udp:119.29.29.29:53
2026/07/24 11:16:01.951298 [Info] [2145835337] proxy/tun: processing from tcp:172.18.0.1:55993 to tcp:116.163.42.119:80
2026/07/24 11:16:01.951833 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:16:01.952356 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:16:01.952880 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:16:01.952880 [Info] [4239365302] app/dispatcher: taking detour [direct] for [tcp:223.5.5.5:853]
2026/07/24 11:16:01.952880 from tcp:172.18.0.1:55992 accepted tcp:223.5.5.5:853 [tun -> direct]
2026/07/24 11:16:01.952880 [Info] [4239365302] transport/internet/tcp: dialing TCP to tcp:223.5.5.5:853
2026/07/24 11:16:01.952880 [Debug] [4239365302] transport/internet: dialing to tcp:223.5.5.5:853
2026/07/24 11:16:01.953501 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:16:01.953501 [Info] [2145835337] app/dispatcher: taking detour [direct] for [tcp:116.163.42.119:80]
2026/07/24 11:16:01.953501 [Info] [2145835337] transport/internet/tcp: dialing TCP to tcp:116.163.42.119:80
2026/07/24 11:16:01.953501 [Debug] [2145835337] transport/internet: dialing to tcp:116.163.42.119:80
2026/07/24 11:16:01.953501 from tcp:172.18.0.1:55993 accepted tcp:116.163.42.119:80 [tun -> direct]
2026/07/24 11:16:01.963027 [Info] [2145835337] proxy/freedom: connection opened to tcp:116.163.42.119:80, local endpoint 172.25.185.141:55995, remote endpoint 116.163.42.119:80
2026/07/24 11:16:01.963027 [Debug] [2145835337] proxy: CopyRawConn (maybe) readv
2026/07/24 11:16:01.981665 [Info] [4239365302] proxy/freedom: connection opened to tcp:223.5.5.5:853, local endpoint 172.25.185.141:55994, remote endpoint 223.5.5.5:853
2026/07/24 11:16:01.981665 [Debug] [4239365302] proxy: CopyRawConn (maybe) readv
2026/07/24 11:16:01.981665 [Info] app/dns: UDP:119.29.29.29:53 got answer: p11.upd3.kaspersky.com. TypeA -> [116.163.42.119 116.163.42.118], rtt: 31.6022ms, lock: 0s
2026/07/24 11:16:01.981665 [Info] app/dns: UDP:119.29.29.29:53 got answer: p11.upd3.kaspersky.com. TypeAAAA -> [], rtt: 31.6022ms, lock: 0s
2026/07/24 11:16:01.981665 [Info] app/dns: failed to lookup ip for domain p11.upd3.kaspersky.com at server UDP:119.29.29.29:53 in serial query mode > features/dns: empty response
2026/07/24 11:16:01.981665 [Info] app/dns: UDP:223.5.5.5:53 querying DNS for: p11.upd3.kaspersky.com.
2026/07/24 11:16:01.981665 [Debug] transport/internet/udp: dispatch request to: udp:223.5.5.5:53
2026/07/24 11:16:02.035809 [Info] app/dns: UDP:223.5.5.5:53 got answer: p11.upd3.kaspersky.com. TypeAAAA -> [], rtt: 54.1447ms, lock: 0s
2026/07/24 11:16:02.035809 [Info] app/dns: failed to lookup ip for domain p11.upd3.kaspersky.com at server UDP:223.5.5.5:53 in serial query mode > features/dns: empty response
2026/07/24 11:16:02.361034 [Info] [1519346041] proxy/tun: processing from tcp:172.18.0.1:53534 to tcp:48.210.190.78:443
2026/07/24 11:16:02.363627 [Info] [1519346041] app/dispatcher: taking detour [direct] for [tcp:48.210.190.78:443]
2026/07/24 11:16:02.363627 [Info] [1519346041] transport/internet/tcp: dialing TCP to tcp:48.210.190.78:443
2026/07/24 11:16:02.363627 [Debug] [1519346041] transport/internet: dialing to tcp:48.210.190.78:443
2026/07/24 11:16:02.363627 from tcp:172.18.0.1:53534 accepted tcp:48.210.190.78:443 [tun -> direct]
2026/07/24 11:16:02.436651 [Info] [1162260807] proxy/tun: processing from udp:172.18.0.1:53712 to udp:114.114.114.114:53
2026/07/24 11:16:02.436651 [Info] [3445299486] proxy/tun: processing from udp:172.18.0.1:53715 to udp:114.114.114.114:53
2026/07/24 11:16:02.437793 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:16:02.437793 [Info] [1162260807] app/dispatcher: taking detour [dns] for [udp:114.114.114.114:53]
2026/07/24 11:16:02.437793 from udp:172.18.0.1:53712 accepted udp:114.114.114.114:53 [tun -> dns]
2026/07/24 11:16:02.437793 [Info] [1162260807] proxy/dns: handling DNS traffic to udp:114.114.114.114:53
2026/07/24 11:16:02.437793 [Debug] app/dns: domain s12.upd3.kaspersky.com will use DNS in order: [UDP:119.29.29.29:53 UDP:223.5.5.5:53]
2026/07/24 11:16:02.437793 [Info] app/dns: UDP:119.29.29.29:53 querying DNS for: s12.upd3.kaspersky.com.
2026/07/24 11:16:02.437793 [Debug] transport/internet/udp: dispatch request to: udp:119.29.29.29:53
2026/07/24 11:16:02.437793 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:16:02.437793 from udp:172.18.0.1:53715 accepted udp:114.114.114.114:53 [tun -> dns]
2026/07/24 11:16:02.437793 [Info] [3445299486] app/dispatcher: taking detour [dns] for [udp:114.114.114.114:53]
2026/07/24 11:16:02.437793 [Info] [3445299486] proxy/dns: handling DNS traffic to udp:114.114.114.114:53
2026/07/24 11:16:02.437793 [Debug] app/dns: domain s12.upd3.kaspersky.com will use DNS in order: [UDP:119.29.29.29:53 UDP:223.5.5.5:53]
2026/07/24 11:16:02.437793 [Info] app/dns: UDP:119.29.29.29:53 querying DNS for: s12.upd3.kaspersky.com.
2026/07/24 11:16:02.437793 [Debug] transport/internet/udp: dispatch request to: udp:119.29.29.29:53
2026/07/24 11:16:02.438309 [Info] [4175434741] proxy/tun: processing from tcp:172.18.0.1:53536 to tcp:116.163.42.118:443
2026/07/24 11:16:02.439336 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:16:02.439851 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:16:02.440366 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:16:02.440882 [Error] app/router: Unables to find local process name: common/net: not found
2026/07/24 11:16:02.440882 from tcp:172.18.0.1:53536 accepted tcp:116.163.42.118:443 [tun -> direct]
2026/07/24 11:16:02.440882 [Info] [4175434741] app/dispatcher: taking detour [direct] for [tcp:116.163.42.118:443]
2026/07/24 11:16:02.440882 [Info] [4175434741] transport/internet/tcp: dialing TCP to tcp:116.163.42.118:443
2026/07/24 11:16:02.440882 [Debug] [4175434741] transport/internet: dialing to tcp:116.163.42.118:443
2026/07/24 11:16:02.445596 [Info] [4175434741] proxy/freedom: connection opened to tcp:116.163.42.118:443, local endpoint 172.25.185.141:53537, remote endpoint 116.163.42.118:443
2026/07/24 11:16:02.446112 [Debug] [4175434741] proxy: CopyRawConn (maybe) readv
2026/07/24 11:16:02.455135 [Info] [1519346041] proxy/freedom: connection opened to tcp:48.210.190.78:443, local endpoint 172.25.185.141:53535, remote endpoint 48.210.190.78:443
2026/07/24 11:16:02.455135 [Debug] [1519346041] proxy: CopyRawConn (maybe) readv
…………
2026/07/24 11:16:36.802340 [Debug] app/log: Logger closing

服务端日志

不涉及服务器,routing全为direct可触发

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions