Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Already sponsored. Already add more information. Alpine系统在1.11 beta23使用Hysteria2协议的节点端口跳跃断流不稳定 Already change to use chinese template 1月17日增加在alpine系统测试,情况类似。debian和windows端口跳跃功能正常 #2445

Open
5 tasks done
xingmiye opened this issue Jan 6, 2025 · 1 comment
Labels
from end user An end user is asking a developer to fix their problem for free need more information 在英语模版中填入中文 一种滥用行为

Comments

@xingmiye
Copy link

xingmiye commented Jan 6, 2025

操作系统

Linux

系统版本

在最新Alpine系统Standard版和ImmortalWrt都测试过,存在相同的问题

测试系统1:Alpine系统镜像从Alpine官方渠道下载的最新Standard版,文件名为alpine-standard-3.21.2-x86_64.iso,执行cat /etc/os-release结果如下:
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.21.2
PRETTY_NAME="Alpine Linux v3.21"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"

测试系统2:ImmortalWrt 23.05.4

安装类型

sing-box 原始命令行程序

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

No response

版本

sing-box version 1.11.0-beta.23

Environment: go1.23.4 linux/amd64
Tags: with_gvisor,with_quic,with_dhcp,with_wireguard,with_ech,with_utls,with_reality_server,with_acme,with_clash_api
Revision: bd2e0528154ed1ff618a9ac54f4d8088e8fb501a
CGO: disabled

描述

使用Hysteria2协议的节点,只要节点配置加入server_ports,想使用端口跳跃的功能,比如"server_ports": ["40001:40010"],访问外网就会不稳定甚至无法访问。只要把server_ports去掉就很稳定,即使单个端口的"server_port"使用40001~40010端口跳跃范围内的节点,比如"server_port": 40005,节点连接和网络访问都是稳定无误的。

可以查看下方提供的日志:

基本上规律是,当大量出现类似如下upload finished和download finished的日志之后,网络连接会短暂恢复一下
+0800 2025-01-17 10:29:50 TRACE [3222012465 1m7s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [3609809014 14.45s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2484228186 56.64s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [3310477468 19.69s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [2847352276 19.69s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [184033207 1m18s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [1541729084 1m21s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [3332558864 19.69s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [2869954254 1m19s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [511791788 19.69s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [2879172525 1m18s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [2746860676 14.45s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [2509843910 58.39s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [2562437394 56.45s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [837560914 53.85s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [2088047402 19.69s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [3039426114 53.80s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [1330693410 1m21s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [723976617 52.69s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [2876287385 1m18s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [196810427 20.0s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [3239023703 1m18s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2484228186 56.64s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [3310477468 19.69s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [184033207 1m18s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2869954254 1m19s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2486020876 14.75s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2879172525 1m18s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2509843910 58.39s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2562437394 56.45s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [837560914 53.85s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [3039426114 53.80s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [1330693410 1m21s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2876287385 1m18s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [3222012465 1m7s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [511791788 19.69s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2746860676 14.45s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2847352276 19.69s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [1541729084 1m21s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [3332558864 19.69s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2088047402 19.69s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [723976617 52.69s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [196810427 20.0s] connection: connection download closed
类似于网络自动断开然后自动重连的情况,在此之前的几秒到十几秒甚至几十秒,网页都不断尝试刷新,一直在加载,无法加载出内容

重点:在测试运行sing-box整个过程,电脑浏览器都在不断刷新网页,不断加载油管页面的状态,不存在关掉网页或者停止刷新的情况,所以日志停止刷新,不可能是因为没有网络请求导致的

比如下方新提供的alpine运行日志,在下面一行时间在2025-01-17 10:29:09的日志记录后,开始断连,日志不再刷新
+0800 2025-01-17 10:29:09 INFO [839871290 3ms] outbound/direct[direct]: outbound connection to 192.168.1.33:8006
直到20秒过去以后,才刷新下一行日志,在20秒期间,电脑浏览器都在不断刷新网页,不断加载油管页面,但无法加载出内容。
而且即使20秒过去以后刷新了下一行日志,网络依然没有连上,直到出现大量upload finished和download finished的日志之后,网络连接才会短暂恢复一下。

再比如immortalwrt的运行日志,在下面一行时间在2025-01-15 10:12:58的日志记录,然后开始断联,日志不再刷新
+0000 2025-01-15 10:12:58 DEBUG dns: lookup succeed for 14sg.networklinkpro.net: 13.212.59.159 13.250.61.151 13.212.228.121 13.250.172.191 18.140.243.13 54.179.131.147 13.213.33.157 13.229.69.10 13.212.152.162 3.0.139.196

直到下一行,时间在同一天10:13:19后,间隔超过20秒后,才重新刷新,连接恢复,日志重新开始记录
+0000 2025-01-15 10:13:19 DEBUG [2757371279 40.98s] connection: connection upload finished
但后面的连接依然不稳定,

详情麻烦查看后面部分日志

重现方式

Alpine重现方式:
官网下载最新Standard版,文件名为alpine-standard-3.21.2-x86_64.iso,放在pve虚拟机配置安装,基本上保持默认配置,2核2G内存。安装成功后,配置好软件源,然后apk update && apk add curl tar sing-box。安装好后,把最新beta23版的sing-box内核替换到/usr/bin目录下,使用下面的完整配置文件,加上hy2节点信息和"server_ports": ["40001:40010"],执行service sing-box start,然后尝试通过socks5入站信息代理访问,5分钟内必开始出现不稳定的情况。

全新安装的alpine,连nftables都没有安装,即没有配置任何防火墙规则

Immortalwrt重现方式:
在编译时就把sing-box加入再进行编译的immortalwrt,编辑/etc/config/sing-box,把option enabled '0'改成1,把option user 'sing-box'改成option user 'root',其他不变,保存。再把最新beta23版的sing-box内核替换到/usr/bin目录下

运行sing-box的方式是执行,service sing-box start。immortalwrt也会开机自启不需要额外配置。

不稳定的出站节点配置:

    {
      "tag": "节点名字",
      "type": "hysteria2",
      "server": "域名",
      "server_port": 20000,
      "password": "password",
      "tls": {
        "enabled": true,
        "server_name": "域名",
        "insecure": false
      },
      "server_ports": [
        "40001:40010"
      ]
    }

连接稳定的出站节点配置:

    {
      "tag": "节点名字",
      "type": "hysteria2",
      "server": "域名",
      "server_port": 40005,      // 使用20000或者40001到40010范围内任何一个端口都没问题
      "password": "password",
      "tls": {
        "enabled": true,
        "server_name": "域名",
        "insecure": false
      }
    }

以下是去掉节点后的完整配置文件:

{
    "log": {
        "level": "trace",
        "timestamp": true,
        "disabled": true,
        "output": "/tmp/sb.log"
    },
    "experimental": {
        "clash_api": {
            "external_controller": "0.0.0.0:9090",
            "external_ui": "ui",
            "secret": "",
            "external_ui_download_url": "https://github.com/Zephyruso/zashboard/releases/latest/download/dist.zip",
            "external_ui_download_detour": "手动选择",
            "default_mode": "rule"
        },
        "cache_file": {
            "enabled": true
        }
    },
    "dns": {
        "servers": [
            {
                "tag": "google",
                "address": "https://8.8.8.8/dns-query",
                "address_strategy": "ipv4_only",
                "strategy": "ipv4_only",
                "detour": "手动选择"
            },
            {
                "tag": "local",
                "address": "https://223.5.5.5/dns-query",
                "detour": "direct"
            }
        ],
        "rules": [
            {
                "outbound": "any",
                "server": "local"
            },
            {
                "rule_set": "geolocation-cn",
                "server": "local"
            }
        ]
    },
    "inbounds": [
        {
            "tag": "mixed-in",
            "type": "mixed",
            "listen": "::",
            "listen_port": 1080,
            "set_system_proxy": false
        }
    ],
    "outbounds": [
        {
            "tag": "手动选择",
            "type": "selector",
            "outbounds": [
                "hy2节点"
            ]
        },
        {
            "type": "direct",
            "tag": "direct"
        },
        {
            "type": "hysteria2",
            "tag": "hy2节点",
            .........
        }
    ],
    "route": {
        "rules": [
            {
                "action": "sniff",
                "timeout": "1s"
            },
            {
                "inbound": "mixed-in",
                "action": "resolve"
            },
            {
                "protocol": "dns",
                "action": "hijack-dns"
            },
            {
                "ip_is_private": true,
                "outbound": "direct"
            },
            {
                "rule_set": [
                    "geoip-cn",
                    "geolocation-cn"
                ],
                "outbound": "direct"
            }
        ],
        "rule_set": [
            {
                "tag": "geoip-cn",
                "type": "remote",
                "format": "binary",
                "url": "https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo/geoip/cn.srs",
                "download_detour": "手动选择"
            },
            {
                "tag": "geolocation-cn",
                "type": "remote",
                "format": "binary",
                "url": "https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo/geosite/geolocation-cn.srs",
                "download_detour": "手动选择"
            }
        ],
        "auto_detect_interface": true
    }
}

为了避免tun入站的复杂配置和路由、防火墙规则配置可能产生的影响,特意不使用tun入站,才使用了mixed入站进行测试,然后浏览器使用socks5://sing-box所在ip:1080代理访问的。

但并不代表tun入站没有问题,日常都是使用tun入站的,发现端口跳跃不稳定,才使用mixed入站测试的。结果发现情况一样。所以才发issue。

在Immortalwrt跑时,防火墙保持默认不变,然后电脑浏览器使用socks5://immortalwrt所在ip:1080代理访问的。
如果不加入端口跳跃参数,电脑浏览器科学访问很稳定没有问题的。

只要加入类似"server_ports": ["40001:40010"]这样的参数,无论单服务端口"server_port": 20000是否删除,都存在延迟响应不稳定等情况

日志

以下是alpine-standard-3.21.2-x86_64.iso安装的系统运行的日志的一部分:

+0800 2025-01-17 10:28:58 INFO [723976617 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55375
+0800 2025-01-17 10:28:58 INFO [723976617 0ms] inbound/mixed[mixed-in]: inbound connection to rr4---sn-npoldn7d.googlevideo.com:443
+0800 2025-01-17 10:28:58 DEBUG [723976617 0ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:28:58 DEBUG [723976617 2ms] router: sniffed protocol: tls, domain: rr4---sn-npoldn7d.googlevideo.com
+0800 2025-01-17 10:28:58 DEBUG [723976617 2ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:28:58 DEBUG [723976617 2ms] dns: lookup domain rr4---sn-npoldn7d.googlevideo.com
+0800 2025-01-17 10:28:58 DEBUG [723976617 47ms] dns: exchanged rr4---sn-npoldn7d.googlevideo.com NOERROR 1666
+0800 2025-01-17 10:28:58 INFO [723976617 47ms] dns: exchanged CNAME rr4---sn-npoldn7d.googlevideo.com. 1666 IN CNAME rr4.sn-npoldn7d.googlevideo.com.
+0800 2025-01-17 10:28:58 INFO [723976617 47ms] dns: exchanged A rr4.sn-npoldn7d.googlevideo.com. 1666 IN A 142.251.85.137
+0800 2025-01-17 10:28:58 INFO [723976617 47ms] dns: lookup succeed for rr4---sn-npoldn7d.googlevideo.com: 142.251.85.137
+0800 2025-01-17 10:28:58 DEBUG [723976617 47ms] dns: resolved [142.251.85.137]
+0800 2025-01-17 10:28:58 INFO [723976617 47ms] outbound/hysteria2[testhy2-1]: outbound connection to 142.251.85.137:443
+0800 2025-01-17 10:28:58 INFO [1845600803 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55376
+0800 2025-01-17 10:28:58 INFO [1845600803 0ms] inbound/mixed[mixed-in]: inbound connection to rr1---sn-npoe7nek.googlevideo.com:443
+0800 2025-01-17 10:28:58 DEBUG [1845600803 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:28:58 DEBUG [1845600803 2ms] router: sniffed protocol: tls, domain: rr1---sn-npoe7nek.googlevideo.com
+0800 2025-01-17 10:28:58 DEBUG [1845600803 2ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:28:58 DEBUG [1845600803 2ms] dns: lookup domain rr1---sn-npoe7nek.googlevideo.com
+0800 2025-01-17 10:28:58 DEBUG dns: lookup domain 14sg.networklinkpro.net
+0800 2025-01-17 10:28:58 DEBUG router: match[0] outbound=any => route(local)
+0800 2025-01-17 10:28:58 DEBUG router: match[0] => route(local)
+0800 2025-01-17 10:28:58 DEBUG [1845600803 94ms] dns: exchanged rr1---sn-npoe7nek.googlevideo.com NOERROR 1800
+0800 2025-01-17 10:28:58 INFO [1845600803 94ms] dns: exchanged CNAME rr1---sn-npoe7nek.googlevideo.com. 1800 IN CNAME rr1.sn-npoe7nek.googlevideo.com.
+0800 2025-01-17 10:28:58 INFO [1845600803 94ms] dns: exchanged A rr1.sn-npoe7nek.googlevideo.com. 1800 IN A 74.125.12.198
+0800 2025-01-17 10:28:58 INFO [1845600803 94ms] dns: lookup succeed for rr1---sn-npoe7nek.googlevideo.com: 74.125.12.198
+0800 2025-01-17 10:28:58 DEBUG [1845600803 94ms] dns: resolved [74.125.12.198]
+0800 2025-01-17 10:28:58 INFO [1845600803 94ms] outbound/hysteria2[testhy2-1]: outbound connection to 74.125.12.198:443
+0800 2025-01-17 10:28:58 DEBUG dns: exchanged 14sg.networklinkpro.net NOERROR 12
+0800 2025-01-17 10:28:58 DEBUG dns: exchanged A 14sg.networklinkpro.net. 12 IN A 13.250.61.151
+0800 2025-01-17 10:28:58 DEBUG dns: exchanged A 14sg.networklinkpro.net. 12 IN A 13.213.33.157
+0800 2025-01-17 10:28:58 DEBUG dns: exchanged A 14sg.networklinkpro.net. 12 IN A 3.0.139.196
+0800 2025-01-17 10:28:58 DEBUG dns: exchanged A 14sg.networklinkpro.net. 12 IN A 54.179.131.147
+0800 2025-01-17 10:28:58 DEBUG dns: exchanged A 14sg.networklinkpro.net. 12 IN A 13.212.152.162
+0800 2025-01-17 10:28:58 DEBUG dns: exchanged A 14sg.networklinkpro.net. 12 IN A 13.250.172.191
+0800 2025-01-17 10:28:58 DEBUG dns: exchanged A 14sg.networklinkpro.net. 12 IN A 18.140.243.13
+0800 2025-01-17 10:28:58 DEBUG dns: exchanged A 14sg.networklinkpro.net. 12 IN A 13.229.69.10
+0800 2025-01-17 10:28:58 DEBUG dns: exchanged A 14sg.networklinkpro.net. 12 IN A 13.212.59.159
+0800 2025-01-17 10:28:58 DEBUG dns: exchanged A 14sg.networklinkpro.net. 12 IN A 13.212.228.121
+0800 2025-01-17 10:28:58 DEBUG dns: lookup succeed for 14sg.networklinkpro.net: 13.250.61.151 13.213.33.157 3.0.139.196 54.179.131.147 13.212.152.162 13.250.172.191 18.140.243.13 13.229.69.10 13.212.59.159 13.212.228.121
+0800 2025-01-17 10:29:01 INFO [3609298809 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55377
+0800 2025-01-17 10:29:01 INFO [3609298809 0ms] inbound/mixed[mixed-in]: inbound connection to 192.168.1.33:8006
+0800 2025-01-17 10:29:01 DEBUG [3609298809 0ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:01 DEBUG [3609298809 3ms] router: sniffed protocol: tls
+0800 2025-01-17 10:29:01 DEBUG [3609298809 3ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:01 DEBUG [3609298809 3ms] router: match[3] ip_is_private=true => route(direct)
+0800 2025-01-17 10:29:01 INFO [3609298809 3ms] outbound/direct[direct]: outbound connection to 192.168.1.33:8006
+0800 2025-01-17 10:29:01 DEBUG [3609298809 12ms] connection: connection download finished
+0800 2025-01-17 10:29:01 DEBUG [3609298809 13ms] connection: connection upload finished
+0800 2025-01-17 10:29:05 INFO [2307402818 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55378
+0800 2025-01-17 10:29:05 INFO [2307402818 1ms] inbound/mixed[mixed-in]: inbound connection to 192.168.1.33:8006
+0800 2025-01-17 10:29:05 DEBUG [2307402818 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:05 DEBUG [2307402818 2ms] router: sniffed protocol: tls
+0800 2025-01-17 10:29:05 DEBUG [2307402818 2ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:05 DEBUG [2307402818 2ms] router: match[3] ip_is_private=true => route(direct)
+0800 2025-01-17 10:29:05 INFO [2307402818 2ms] outbound/direct[direct]: outbound connection to 192.168.1.33:8006
+0800 2025-01-17 10:29:05 DEBUG [2307402818 10ms] connection: connection upload finished
+0800 2025-01-17 10:29:05 DEBUG [2307402818 10ms] connection: connection download finished
+0800 2025-01-17 10:29:09 INFO [2629576313 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55380
+0800 2025-01-17 10:29:09 INFO [2629576313 1ms] inbound/mixed[mixed-in]: inbound connection to 192.168.1.33:8006
+0800 2025-01-17 10:29:09 DEBUG [2629576313 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:09 DEBUG [2629576313 3ms] router: sniffed protocol: tls
+0800 2025-01-17 10:29:09 DEBUG [2629576313 3ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:09 DEBUG [2629576313 3ms] router: match[3] ip_is_private=true => route(direct)
+0800 2025-01-17 10:29:09 INFO [2629576313 3ms] outbound/direct[direct]: outbound connection to 192.168.1.33:8006
+0800 2025-01-17 10:29:09 DEBUG [2629576313 11ms] connection: connection upload finished
+0800 2025-01-17 10:29:09 DEBUG [2629576313 12ms] connection: connection download finished
+0800 2025-01-17 10:29:09 INFO [839871290 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55381
+0800 2025-01-17 10:29:09 INFO [839871290 0ms] inbound/mixed[mixed-in]: inbound connection to 192.168.1.33:8006
+0800 2025-01-17 10:29:09 DEBUG [839871290 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:09 DEBUG [839871290 3ms] router: sniffed protocol: tls
+0800 2025-01-17 10:29:09 DEBUG [839871290 3ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:09 DEBUG [839871290 3ms] router: match[3] ip_is_private=true => route(direct)
+0800 2025-01-17 10:29:09 INFO [839871290 3ms] outbound/direct[direct]: outbound connection to 192.168.1.33:8006
+0800 2025-01-17 10:29:28 DEBUG [1845600803 30.0s] connection: connection upload finished
+0800 2025-01-17 10:29:28 TRACE [1845600803 30.0s] connection: connection download closed
+0800 2025-01-17 10:29:28 DEBUG dns: lookup domain 14sg.networklinkpro.net
+0800 2025-01-17 10:29:28 DEBUG router: match[0] outbound=any => route(local)
+0800 2025-01-17 10:29:28 DEBUG router: match[0] => route(local)
+0800 2025-01-17 10:29:28 DEBUG dns: exchanged 14sg.networklinkpro.net NOERROR 13
+0800 2025-01-17 10:29:28 DEBUG dns: exchanged A 14sg.networklinkpro.net. 13 IN A 3.0.139.196
+0800 2025-01-17 10:29:28 DEBUG dns: exchanged A 14sg.networklinkpro.net. 13 IN A 13.212.59.159
+0800 2025-01-17 10:29:28 DEBUG dns: exchanged A 14sg.networklinkpro.net. 13 IN A 54.179.131.147
+0800 2025-01-17 10:29:28 DEBUG dns: exchanged A 14sg.networklinkpro.net. 13 IN A 13.229.69.10
+0800 2025-01-17 10:29:28 DEBUG dns: exchanged A 14sg.networklinkpro.net. 13 IN A 13.212.152.162
+0800 2025-01-17 10:29:28 DEBUG dns: exchanged A 14sg.networklinkpro.net. 13 IN A 13.250.61.151
+0800 2025-01-17 10:29:28 DEBUG dns: exchanged A 14sg.networklinkpro.net. 13 IN A 13.212.228.121
+0800 2025-01-17 10:29:28 DEBUG dns: exchanged A 14sg.networklinkpro.net. 13 IN A 13.250.172.191
+0800 2025-01-17 10:29:28 DEBUG dns: exchanged A 14sg.networklinkpro.net. 13 IN A 13.213.33.157
+0800 2025-01-17 10:29:28 DEBUG dns: exchanged A 14sg.networklinkpro.net. 13 IN A 18.140.243.13
+0800 2025-01-17 10:29:28 DEBUG dns: lookup succeed for 14sg.networklinkpro.net: 3.0.139.196 13.212.59.159 54.179.131.147 13.229.69.10 13.212.152.162 13.250.61.151 13.212.228.121 13.250.172.191 13.213.33.157 18.140.243.13
+0800 2025-01-17 10:29:30 DEBUG [1357573095 1m2s] connection: connection upload finished
+0800 2025-01-17 10:29:30 TRACE [1357573095 1m2s] connection: connection download closed
+0800 2025-01-17 10:29:30 INFO [196810427 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55396
+0800 2025-01-17 10:29:30 INFO [196810427 0ms] inbound/mixed[mixed-in]: inbound connection to www.youtube.com:443
+0800 2025-01-17 10:29:30 DEBUG [196810427 0ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:30 DEBUG [196810427 2ms] router: sniffed protocol: tls, domain: www.youtube.com
+0800 2025-01-17 10:29:30 DEBUG [196810427 2ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:30 DEBUG [196810427 2ms] dns: resolved [172.217.194.190 172.217.194.136 172.253.118.136 142.251.12.91 74.125.200.93 142.251.12.93 172.217.194.91 142.250.4.93 74.125.200.91 172.253.118.190 172.253.118.91 142.250.4.136 172.253.118.93 172.217.194.93 74.125.200.190 74.125.200.136]
+0800 2025-01-17 10:29:30 INFO [196810427 2ms] outbound/hysteria2[testhy2-1]: outbound connection to 172.217.194.190:443
+0800 2025-01-17 10:29:31 INFO [2088047402 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55398
+0800 2025-01-17 10:29:31 INFO [3332558864 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55397
+0800 2025-01-17 10:29:31 INFO [3310477468 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55399
+0800 2025-01-17 10:29:31 INFO [511791788 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55400
+0800 2025-01-17 10:29:31 INFO [2847352276 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55401
+0800 2025-01-17 10:29:31 INFO [2088047402 1ms] inbound/mixed[mixed-in]: inbound connection to www.youtube.com:443
+0800 2025-01-17 10:29:31 INFO [3332558864 1ms] inbound/mixed[mixed-in]: inbound connection to www.youtube.com:443
+0800 2025-01-17 10:29:31 DEBUG [2088047402 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:31 DEBUG [3332558864 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:31 INFO [2847352276 0ms] inbound/mixed[mixed-in]: inbound connection to www.youtube.com:443
+0800 2025-01-17 10:29:31 INFO [511791788 1ms] inbound/mixed[mixed-in]: inbound connection to www.youtube.com:443
+0800 2025-01-17 10:29:31 DEBUG [511791788 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:31 DEBUG [2847352276 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:31 INFO [3310477468 1ms] inbound/mixed[mixed-in]: inbound connection to www.youtube.com:443
+0800 2025-01-17 10:29:31 DEBUG [3310477468 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:31 DEBUG [2088047402 3ms] router: sniffed protocol: tls, domain: www.youtube.com
+0800 2025-01-17 10:29:31 DEBUG [2088047402 3ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:31 DEBUG [2088047402 3ms] dns: resolved [172.217.194.190 172.217.194.136 172.253.118.136 142.251.12.91 74.125.200.93 142.251.12.93 172.217.194.91 142.250.4.93 74.125.200.91 172.253.118.190 172.253.118.91 142.250.4.136 172.253.118.93 172.217.194.93 74.125.200.190 74.125.200.136]
+0800 2025-01-17 10:29:31 INFO [2088047402 3ms] outbound/hysteria2[testhy2-1]: outbound connection to 172.217.194.190:443
+0800 2025-01-17 10:29:31 DEBUG [3310477468 3ms] router: sniffed protocol: tls, domain: www.youtube.com
+0800 2025-01-17 10:29:31 DEBUG [3310477468 3ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:31 DEBUG [3310477468 3ms] dns: resolved [172.217.194.190 172.217.194.136 172.253.118.136 142.251.12.91 74.125.200.93 142.251.12.93 172.217.194.91 142.250.4.93 74.125.200.91 172.253.118.190 172.253.118.91 142.250.4.136 172.253.118.93 172.217.194.93 74.125.200.190 74.125.200.136]
+0800 2025-01-17 10:29:31 DEBUG [2847352276 3ms] router: sniffed protocol: tls, domain: www.youtube.com
+0800 2025-01-17 10:29:31 DEBUG [2847352276 3ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:31 INFO [3310477468 3ms] outbound/hysteria2[testhy2-1]: outbound connection to 172.217.194.190:443
+0800 2025-01-17 10:29:31 DEBUG [2847352276 3ms] dns: resolved [172.217.194.190 172.217.194.136 172.253.118.136 142.251.12.91 74.125.200.93 142.251.12.93 172.217.194.91 142.250.4.93 74.125.200.91 172.253.118.190 172.253.118.91 142.250.4.136 172.253.118.93 172.217.194.93 74.125.200.190 74.125.200.136]
+0800 2025-01-17 10:29:31 INFO [2847352276 3ms] outbound/hysteria2[testhy2-1]: outbound connection to 172.217.194.190:443
+0800 2025-01-17 10:29:31 DEBUG [3332558864 4ms] router: sniffed protocol: tls, domain: www.youtube.com
+0800 2025-01-17 10:29:31 DEBUG [3332558864 5ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:31 DEBUG [3332558864 5ms] dns: resolved [172.217.194.190 172.217.194.136 172.253.118.136 142.251.12.91 74.125.200.93 142.251.12.93 172.217.194.91 142.250.4.93 74.125.200.91 172.253.118.190 172.253.118.91 142.250.4.136 172.253.118.93 172.217.194.93 74.125.200.190 74.125.200.136]
+0800 2025-01-17 10:29:31 INFO [3332558864 5ms] outbound/hysteria2[testhy2-1]: outbound connection to 172.217.194.190:443
+0800 2025-01-17 10:29:31 DEBUG [511791788 4ms] router: sniffed protocol: tls, domain: www.youtube.com
+0800 2025-01-17 10:29:31 DEBUG [511791788 4ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:31 DEBUG [511791788 4ms] dns: resolved [172.217.194.190 172.217.194.136 172.253.118.136 142.251.12.91 74.125.200.93 142.251.12.93 172.217.194.91 142.250.4.93 74.125.200.91 172.253.118.190 172.253.118.91 142.250.4.136 172.253.118.93 172.217.194.93 74.125.200.190 74.125.200.136]
+0800 2025-01-17 10:29:31 INFO [511791788 4ms] outbound/hysteria2[testhy2-1]: outbound connection to 172.217.194.190:443
+0800 2025-01-17 10:29:34 INFO [2680065107 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55403
+0800 2025-01-17 10:29:34 INFO [2680065107 1ms] inbound/mixed[mixed-in]: inbound connection to 192.168.1.1:80
+0800 2025-01-17 10:29:34 DEBUG [2680065107 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:34 DEBUG [2680065107 2ms] router: sniffed protocol: http, domain: 192.168.1.1
+0800 2025-01-17 10:29:34 DEBUG [2680065107 2ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:34 DEBUG [2680065107 2ms] router: match[3] ip_is_private=true => route(direct)
+0800 2025-01-17 10:29:34 INFO [2680065107 2ms] outbound/direct[direct]: outbound connection to 192.168.1.1:80
+0800 2025-01-17 10:29:35 DEBUG [2680065107 51ms] connection: connection download finished
+0800 2025-01-17 10:29:35 DEBUG [2680065107 53ms] connection: connection upload finished
+0800 2025-01-17 10:29:36 DEBUG [1174347973 1m4s] connection: connection upload finished
+0800 2025-01-17 10:29:36 TRACE [1174347973 1m4s] connection: connection download closed
+0800 2025-01-17 10:29:36 INFO [2486020876 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55404
+0800 2025-01-17 10:29:36 INFO [2486020876 1ms] inbound/mixed[mixed-in]: inbound connection to play.google.com:443
+0800 2025-01-17 10:29:36 DEBUG [2486020876 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:36 DEBUG [2486020876 4ms] router: sniffed protocol: tls, domain: play.google.com
+0800 2025-01-17 10:29:36 DEBUG [2486020876 4ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:36 DEBUG [2486020876 4ms] dns: resolved [142.251.175.138 142.251.175.100 142.251.175.102 142.251.175.101 142.251.175.139 142.251.175.113]
+0800 2025-01-17 10:29:36 INFO [2486020876 4ms] outbound/hysteria2[testhy2-1]: outbound connection to 142.251.175.138:443
+0800 2025-01-17 10:29:36 INFO [3400878461 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55405
+0800 2025-01-17 10:29:36 INFO [2746860676 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55406
+0800 2025-01-17 10:29:36 INFO [3609809014 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55407
+0800 2025-01-17 10:29:36 INFO [3400878461 1ms] inbound/mixed[mixed-in]: inbound connection to play.google.com:443
+0800 2025-01-17 10:29:36 DEBUG [3400878461 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:36 INFO [2746860676 1ms] inbound/mixed[mixed-in]: inbound connection to play.google.com:443
+0800 2025-01-17 10:29:36 DEBUG [2746860676 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:36 INFO [3609809014 1ms] inbound/mixed[mixed-in]: inbound connection to play.google.com:443
+0800 2025-01-17 10:29:36 DEBUG [3609809014 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:36 DEBUG [3400878461 3ms] router: sniffed protocol: tls, domain: play.google.com
+0800 2025-01-17 10:29:36 DEBUG [3400878461 3ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:36 DEBUG [3400878461 3ms] dns: resolved [142.251.175.138 142.251.175.100 142.251.175.102 142.251.175.101 142.251.175.139 142.251.175.113]
+0800 2025-01-17 10:29:36 INFO [3400878461 3ms] outbound/hysteria2[testhy2-1]: outbound connection to 142.251.175.138:443
+0800 2025-01-17 10:29:36 DEBUG [2746860676 4ms] router: sniffed protocol: tls, domain: play.google.com
+0800 2025-01-17 10:29:36 DEBUG [2746860676 4ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:36 DEBUG [2746860676 4ms] dns: resolved [142.251.175.138 142.251.175.100 142.251.175.102 142.251.175.101 142.251.175.139 142.251.175.113]
+0800 2025-01-17 10:29:36 INFO [2746860676 4ms] outbound/hysteria2[testhy2-1]: outbound connection to 142.251.175.138:443
+0800 2025-01-17 10:29:36 DEBUG [3609809014 4ms] router: sniffed protocol: tls, domain: play.google.com
+0800 2025-01-17 10:29:36 DEBUG [3609809014 4ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:36 DEBUG [3609809014 4ms] dns: resolved [142.251.175.138 142.251.175.100 142.251.175.102 142.251.175.101 142.251.175.139 142.251.175.113]
+0800 2025-01-17 10:29:36 INFO [3609809014 5ms] outbound/hysteria2[testhy2-1]: outbound connection to 142.251.175.138:443
+0800 2025-01-17 10:29:50 TRACE [3400878461 14.45s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [3400878461 14.45s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2486020876 14.75s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [3239023703 1m18s] connection: connection upload closed
+0800 2025-01-17 10:29:50 ERROR [3609809014 14.45s] connection: connection upload payload: timeout: no recent network activity
+0800 2025-01-17 10:29:50 TRACE [3222012465 1m7s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [3609809014 14.45s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2484228186 56.64s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [3310477468 19.69s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [2847352276 19.69s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [184033207 1m18s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [1541729084 1m21s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [3332558864 19.69s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [2869954254 1m19s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [511791788 19.69s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [2879172525 1m18s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [2746860676 14.45s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [2509843910 58.39s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [2562437394 56.45s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [837560914 53.85s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [2088047402 19.69s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [3039426114 53.80s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [1330693410 1m21s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [723976617 52.69s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [2876287385 1m18s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [196810427 20.0s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [3239023703 1m18s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2484228186 56.64s] connection: connection upload closed
+0800 2025-01-17 10:29:50 TRACE [3310477468 19.69s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [184033207 1m18s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2869954254 1m19s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2486020876 14.75s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2879172525 1m18s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2509843910 58.39s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2562437394 56.45s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [837560914 53.85s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [3039426114 53.80s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [1330693410 1m21s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2876287385 1m18s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [3222012465 1m7s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [511791788 19.69s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2746860676 14.45s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2847352276 19.69s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [1541729084 1m21s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [3332558864 19.69s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2088047402 19.69s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [723976617 52.69s] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [196810427 20.0s] connection: connection download closed
+0800 2025-01-17 10:29:50 INFO [1910407935 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55411
+0800 2025-01-17 10:29:50 INFO [2300762282 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55412
+0800 2025-01-17 10:29:50 INFO [3959688013 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55413
+0800 2025-01-17 10:29:50 INFO [3229242245 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55414
+0800 2025-01-17 10:29:50 INFO [1834728290 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55415
+0800 2025-01-17 10:29:50 INFO [1236786606 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55416
+0800 2025-01-17 10:29:50 INFO [3308492960 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55417
+0800 2025-01-17 10:29:50 INFO [3795696240 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55418
+0800 2025-01-17 10:29:50 INFO [2411309363 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55419
+0800 2025-01-17 10:29:50 INFO [1895966714 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55420
+0800 2025-01-17 10:29:50 INFO [2864714659 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55421
+0800 2025-01-17 10:29:50 INFO [3795696240 1ms] inbound/mixed[mixed-in]: inbound connection to play.google.com:443
+0800 2025-01-17 10:29:50 INFO [1236786606 2ms] inbound/mixed[mixed-in]: inbound connection to www.youtube.com:443
+0800 2025-01-17 10:29:50 DEBUG [3795696240 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:50 DEBUG [1236786606 2ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:50 INFO [1834728290 2ms] inbound/mixed[mixed-in]: inbound connection to www.youtube.com:443
+0800 2025-01-17 10:29:50 DEBUG [1834728290 2ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:50 INFO [2300762282 3ms] inbound/mixed[mixed-in]: inbound connection to play.google.com:443
+0800 2025-01-17 10:29:50 INFO [3959688013 3ms] inbound/mixed[mixed-in]: inbound connection to play.google.com:443
+0800 2025-01-17 10:29:50 DEBUG [2300762282 3ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:50 DEBUG [3959688013 3ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:50 INFO [3229242245 2ms] inbound/mixed[mixed-in]: inbound connection to www.youtube.com:443
+0800 2025-01-17 10:29:50 INFO [1910407935 4ms] inbound/mixed[mixed-in]: inbound connection to play.google.com:443
+0800 2025-01-17 10:29:50 DEBUG [3229242245 3ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:50 DEBUG [1910407935 4ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:50 INFO [3308492960 2ms] inbound/mixed[mixed-in]: inbound connection to www.youtube.com:443
+0800 2025-01-17 10:29:50 DEBUG [3308492960 2ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:50 INFO [2411309363 1ms] inbound/mixed[mixed-in]: inbound connection to www.youtube.com:443
+0800 2025-01-17 10:29:50 DEBUG [2411309363 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:50 INFO [2864714659 1ms] inbound/mixed[mixed-in]: inbound connection to i.ytimg.com:443
+0800 2025-01-17 10:29:50 DEBUG [2864714659 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:50 DEBUG [3795696240 3ms] router: sniffed protocol: tls, domain: play.google.com
+0800 2025-01-17 10:29:50 DEBUG [3795696240 3ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:50 DEBUG [3795696240 3ms] dns: resolved [142.251.175.138 142.251.175.100 142.251.175.102 142.251.175.101 142.251.175.139 142.251.175.113]
+0800 2025-01-17 10:29:50 INFO [3795696240 3ms] outbound/hysteria2[testhy2-1]: outbound connection to 142.251.175.138:443
+0800 2025-01-17 10:29:50 DEBUG dns: lookup domain 14sg.networklinkpro.net
+0800 2025-01-17 10:29:50 DEBUG router: match[0] outbound=any => route(local)
+0800 2025-01-17 10:29:50 DEBUG router: match[0] => route(local)
+0800 2025-01-17 10:29:50 DEBUG [3959688013 5ms] router: sniffed protocol: tls, domain: play.google.com
+0800 2025-01-17 10:29:50 DEBUG [3959688013 5ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:50 DEBUG [3959688013 5ms] dns: resolved [142.251.175.138 142.251.175.100 142.251.175.102 142.251.175.101 142.251.175.139 142.251.175.113]
+0800 2025-01-17 10:29:50 INFO [3959688013 5ms] outbound/hysteria2[testhy2-1]: outbound connection to 142.251.175.138:443
+0800 2025-01-17 10:29:50 DEBUG [1236786606 6ms] router: sniffed protocol: tls, domain: www.youtube.com
+0800 2025-01-17 10:29:50 DEBUG [1236786606 6ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:50 DEBUG [1236786606 6ms] dns: resolved [172.217.194.190 172.217.194.136 172.253.118.136 142.251.12.91 74.125.200.93 142.251.12.93 172.217.194.91 142.250.4.93 74.125.200.91 172.253.118.190 172.253.118.91 142.250.4.136 172.253.118.93 172.217.194.93 74.125.200.190 74.125.200.136]
+0800 2025-01-17 10:29:50 INFO [1236786606 6ms] outbound/hysteria2[testhy2-1]: outbound connection to 172.217.194.190:443
+0800 2025-01-17 10:29:50 DEBUG [1834728290 7ms] router: sniffed protocol: tls, domain: www.youtube.com
+0800 2025-01-17 10:29:50 DEBUG [1834728290 7ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:50 DEBUG [1834728290 7ms] dns: resolved [172.217.194.190 172.217.194.136 172.253.118.136 142.251.12.91 74.125.200.93 142.251.12.93 172.217.194.91 142.250.4.93 74.125.200.91 172.253.118.190 172.253.118.91 142.250.4.136 172.253.118.93 172.217.194.93 74.125.200.190 74.125.200.136]
+0800 2025-01-17 10:29:50 INFO [1834728290 7ms] outbound/hysteria2[testhy2-1]: outbound connection to 172.217.194.190:443
+0800 2025-01-17 10:29:50 DEBUG [2411309363 6ms] router: sniffed protocol: tls, domain: www.youtube.com
+0800 2025-01-17 10:29:50 DEBUG [2411309363 6ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:50 DEBUG [2411309363 6ms] dns: resolved [172.217.194.190 172.217.194.136 172.253.118.136 142.251.12.91 74.125.200.93 142.251.12.93 172.217.194.91 142.250.4.93 74.125.200.91 172.253.118.190 172.253.118.91 142.250.4.136 172.253.118.93 172.217.194.93 74.125.200.190 74.125.200.136]
+0800 2025-01-17 10:29:50 INFO [2411309363 6ms] outbound/hysteria2[testhy2-1]: outbound connection to 172.217.194.190:443
+0800 2025-01-17 10:29:50 DEBUG [2300762282 9ms] router: sniffed protocol: tls, domain: play.google.com
+0800 2025-01-17 10:29:50 DEBUG [2300762282 9ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:50 DEBUG [2300762282 9ms] dns: resolved [142.251.175.138 142.251.175.100 142.251.175.102 142.251.175.101 142.251.175.139 142.251.175.113]
+0800 2025-01-17 10:29:50 DEBUG [2864714659 6ms] router: sniffed protocol: tls, domain: i.ytimg.com
+0800 2025-01-17 10:29:50 DEBUG [2864714659 6ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:50 DEBUG [2864714659 6ms] dns: resolved [142.251.12.119 142.251.175.119 142.251.10.119 64.233.170.119 172.217.194.119 74.125.24.119 74.125.130.119 74.125.68.119 74.125.200.119 172.253.118.119]
+0800 2025-01-17 10:29:50 INFO [2300762282 9ms] outbound/hysteria2[testhy2-1]: outbound connection to 142.251.175.138:443
+0800 2025-01-17 10:29:50 INFO [2864714659 6ms] outbound/hysteria2[testhy2-1]: outbound connection to 142.251.12.119:443
+0800 2025-01-17 10:29:50 DEBUG [3308492960 8ms] router: sniffed protocol: tls, domain: www.youtube.com
+0800 2025-01-17 10:29:50 DEBUG [3308492960 8ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:50 DEBUG [3308492960 8ms] dns: resolved [172.217.194.190 172.217.194.136 172.253.118.136 142.251.12.91 74.125.200.93 142.251.12.93 172.217.194.91 142.250.4.93 74.125.200.91 172.253.118.190 172.253.118.91 142.250.4.136 172.253.118.93 172.217.194.93 74.125.200.190 74.125.200.136]
+0800 2025-01-17 10:29:50 INFO [3308492960 8ms] outbound/hysteria2[testhy2-1]: outbound connection to 172.217.194.190:443
+0800 2025-01-17 10:29:50 DEBUG [3229242245 9ms] router: sniffed protocol: tls, domain: www.youtube.com
+0800 2025-01-17 10:29:50 DEBUG [3229242245 9ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:50 DEBUG [3229242245 9ms] dns: resolved [172.217.194.190 172.217.194.136 172.253.118.136 142.251.12.91 74.125.200.93 142.251.12.93 172.217.194.91 142.250.4.93 74.125.200.91 172.253.118.190 172.253.118.91 142.250.4.136 172.253.118.93 172.217.194.93 74.125.200.190 74.125.200.136]
+0800 2025-01-17 10:29:50 INFO [3229242245 9ms] outbound/hysteria2[testhy2-1]: outbound connection to 172.217.194.190:443
+0800 2025-01-17 10:29:50 DEBUG [1910407935 11ms] router: sniffed protocol: tls, domain: play.google.com
+0800 2025-01-17 10:29:50 DEBUG [1910407935 11ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:50 DEBUG [1910407935 11ms] dns: resolved [142.251.175.138 142.251.175.100 142.251.175.102 142.251.175.101 142.251.175.139 142.251.175.113]
+0800 2025-01-17 10:29:50 INFO [1895966714 8ms] inbound/mixed[mixed-in]: inbound connection to www.youtube.com:443
+0800 2025-01-17 10:29:50 INFO [1910407935 11ms] outbound/hysteria2[testhy2-1]: outbound connection to 142.251.175.138:443
+0800 2025-01-17 10:29:50 DEBUG [1895966714 8ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:50 DEBUG [1895966714 10ms] router: sniffed protocol: tls, domain: www.youtube.com
+0800 2025-01-17 10:29:50 DEBUG [1895966714 10ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:50 DEBUG [1895966714 10ms] dns: resolved [172.217.194.190 172.217.194.136 172.253.118.136 142.251.12.91 74.125.200.93 142.251.12.93 172.217.194.91 142.250.4.93 74.125.200.91 172.253.118.190 172.253.118.91 142.250.4.136 172.253.118.93 172.217.194.93 74.125.200.190 74.125.200.136]
+0800 2025-01-17 10:29:50 INFO [1895966714 10ms] outbound/hysteria2[testhy2-1]: outbound connection to 172.217.194.190:443
+0800 2025-01-17 10:29:50 DEBUG dns: exchanged 14sg.networklinkpro.net NOERROR 29
+0800 2025-01-17 10:29:50 DEBUG dns: exchanged A 14sg.networklinkpro.net. 29 IN A 54.179.131.147
+0800 2025-01-17 10:29:50 DEBUG dns: exchanged A 14sg.networklinkpro.net. 29 IN A 3.0.139.196
+0800 2025-01-17 10:29:50 DEBUG dns: exchanged A 14sg.networklinkpro.net. 29 IN A 13.212.59.159
+0800 2025-01-17 10:29:50 DEBUG dns: exchanged A 14sg.networklinkpro.net. 29 IN A 13.212.152.162
+0800 2025-01-17 10:29:50 DEBUG dns: exchanged A 14sg.networklinkpro.net. 29 IN A 13.212.228.121
+0800 2025-01-17 10:29:50 DEBUG dns: exchanged A 14sg.networklinkpro.net. 29 IN A 13.213.33.157
+0800 2025-01-17 10:29:50 DEBUG dns: exchanged A 14sg.networklinkpro.net. 29 IN A 13.229.69.10
+0800 2025-01-17 10:29:50 DEBUG dns: exchanged A 14sg.networklinkpro.net. 29 IN A 13.250.61.151
+0800 2025-01-17 10:29:50 DEBUG dns: exchanged A 14sg.networklinkpro.net. 29 IN A 13.250.172.191
+0800 2025-01-17 10:29:50 DEBUG dns: exchanged A 14sg.networklinkpro.net. 29 IN A 18.140.243.13
+0800 2025-01-17 10:29:50 DEBUG dns: lookup succeed for 14sg.networklinkpro.net: 54.179.131.147 3.0.139.196 13.212.59.159 13.212.152.162 13.212.228.121 13.213.33.157 13.229.69.10 13.250.61.151 13.250.172.191 18.140.243.13
+0800 2025-01-17 10:29:50 DEBUG [2300762282 173ms] connection: connection upload finished
+0800 2025-01-17 10:29:50 DEBUG [3959688013 172ms] connection: connection upload finished
+0800 2025-01-17 10:29:50 DEBUG [1910407935 173ms] connection: connection upload finished
+0800 2025-01-17 10:29:50 TRACE [3959688013 173ms] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [2300762282 173ms] connection: connection download closed
+0800 2025-01-17 10:29:50 TRACE [1910407935 174ms] connection: connection download closed
+0800 2025-01-17 10:29:51 DEBUG [1236786606 248ms] connection: connection upload finished
+0800 2025-01-17 10:29:51 DEBUG [1895966714 247ms] connection: connection upload finished
+0800 2025-01-17 10:29:51 TRACE [1895966714 248ms] connection: connection download closed
+0800 2025-01-17 10:29:51 TRACE [1236786606 249ms] connection: connection download closed
+0800 2025-01-17 10:29:51 DEBUG [3308492960 249ms] connection: connection upload finished
+0800 2025-01-17 10:29:51 DEBUG [2411309363 248ms] connection: connection upload finished
+0800 2025-01-17 10:29:51 TRACE [3308492960 249ms] connection: connection download closed
+0800 2025-01-17 10:29:51 TRACE [2411309363 248ms] connection: connection download closed
+0800 2025-01-17 10:29:51 DEBUG [3229242245 250ms] connection: connection upload finished
+0800 2025-01-17 10:29:51 TRACE [3229242245 250ms] connection: connection download closed
+0800 2025-01-17 10:29:56 INFO [1332899210 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55423
+0800 2025-01-17 10:29:56 INFO [1332899210 1ms] inbound/mixed[mixed-in]: inbound connection to rr5---sn-npoe7nsy.googlevideo.com:443
+0800 2025-01-17 10:29:56 DEBUG [1332899210 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:29:56 DEBUG [1332899210 2ms] router: sniffed protocol: tls, domain: rr5---sn-npoe7nsy.googlevideo.com
+0800 2025-01-17 10:29:56 DEBUG [1332899210 3ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:29:56 DEBUG [1332899210 3ms] dns: lookup domain rr5---sn-npoe7nsy.googlevideo.com
+0800 2025-01-17 10:29:56 INFO [1332899210 3ms] outbound/hysteria2[testhy2-1]: outbound connection to 8.8.8.8:443
+0800 2025-01-17 10:29:56 DEBUG [1332899210 95ms] dns: exchanged rr5---sn-npoe7nsy.googlevideo.com NOERROR 190
+0800 2025-01-17 10:29:56 INFO [1332899210 95ms] dns: exchanged CNAME rr5---sn-npoe7nsy.googlevideo.com. 190 IN CNAME rr5.sn-npoe7nsy.googlevideo.com.
+0800 2025-01-17 10:29:56 INFO [1332899210 95ms] dns: exchanged A rr5.sn-npoe7nsy.googlevideo.com. 190 IN A 142.251.88.74
+0800 2025-01-17 10:29:56 INFO [1332899210 95ms] dns: lookup succeed for rr5---sn-npoe7nsy.googlevideo.com: 142.251.88.74
+0800 2025-01-17 10:29:56 DEBUG [1332899210 95ms] dns: resolved [142.251.88.74]
+0800 2025-01-17 10:29:56 INFO [1332899210 95ms] outbound/hysteria2[testhy2-1]: outbound connection to 142.251.88.74:443
+0800 2025-01-17 10:30:16 DEBUG [1332899210 19.76s] connection: connection upload finished
+0800 2025-01-17 10:30:16 TRACE [1332899210 19.76s] connection: connection download closed
+0800 2025-01-17 10:30:16 INFO [4216917025 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55429
+0800 2025-01-17 10:30:16 INFO [4216917025 0ms] inbound/mixed[mixed-in]: inbound connection to yt3.ggpht.com:443
+0800 2025-01-17 10:30:16 DEBUG [4216917025 0ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:30:16 DEBUG [4216917025 2ms] router: sniffed protocol: tls, domain: yt3.ggpht.com
+0800 2025-01-17 10:30:16 DEBUG [4216917025 2ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:30:16 DEBUG [4216917025 2ms] dns: resolved [172.217.194.132]
+0800 2025-01-17 10:30:16 INFO [4216917025 2ms] outbound/hysteria2[testhy2-1]: outbound connection to 172.217.194.132:443
+0800 2025-01-17 10:30:16 INFO [2470529806 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55430
+0800 2025-01-17 10:30:16 INFO [2470529806 1ms] inbound/mixed[mixed-in]: inbound connection to rr4---sn-npoe7nez.googlevideo.com:443
+0800 2025-01-17 10:30:16 DEBUG [2470529806 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:30:16 DEBUG [2470529806 3ms] router: sniffed protocol: tls, domain: rr4---sn-npoe7nez.googlevideo.com
+0800 2025-01-17 10:30:16 DEBUG [2470529806 3ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:30:16 DEBUG [2470529806 3ms] dns: lookup domain rr4---sn-npoe7nez.googlevideo.com
+0800 2025-01-17 10:30:16 DEBUG [2470529806 47ms] dns: exchanged rr4---sn-npoe7nez.googlevideo.com NOERROR 1800
+0800 2025-01-17 10:30:16 INFO [2470529806 47ms] dns: exchanged CNAME rr4---sn-npoe7nez.googlevideo.com. 1800 IN CNAME rr4.sn-npoe7nez.googlevideo.com.
+0800 2025-01-17 10:30:16 INFO [2470529806 47ms] dns: exchanged A rr4.sn-npoe7nez.googlevideo.com. 1800 IN A 74.125.164.73
+0800 2025-01-17 10:30:16 INFO [2470529806 47ms] dns: lookup succeed for rr4---sn-npoe7nez.googlevideo.com: 74.125.164.73
+0800 2025-01-17 10:30:16 DEBUG [2470529806 47ms] dns: resolved [74.125.164.73]
+0800 2025-01-17 10:30:16 INFO [2470529806 48ms] outbound/hysteria2[testhy2-1]: outbound connection to 74.125.164.73:443
+0800 2025-01-17 10:30:19 INFO [3820452808 0ms] inbound/mixed[mixed-in]: inbound connection from 192.168.1.11:55431
+0800 2025-01-17 10:30:19 INFO [3820452808 0ms] inbound/mixed[mixed-in]: inbound connection to rr1---sn-npoldne7.googlevideo.com:443
+0800 2025-01-17 10:30:19 DEBUG [3820452808 1ms] router: match[0] => sniff(1s)
+0800 2025-01-17 10:30:19 DEBUG [3820452808 2ms] router: sniffed protocol: tls, domain: rr1---sn-npoldne7.googlevideo.com
+0800 2025-01-17 10:30:19 DEBUG [3820452808 2ms] router: match[1] inbound=mixed-in => resolve
+0800 2025-01-17 10:30:19 DEBUG [3820452808 2ms] dns: lookup domain rr1---sn-npoldne7.googlevideo.com
+0800 2025-01-17 10:30:19 DEBUG [3820452808 45ms] dns: exchanged rr1---sn-npoldne7.googlevideo.com NOERROR 631
+0800 2025-01-17 10:30:19 INFO [3820452808 45ms] dns: exchanged CNAME rr1---sn-npoldne7.googlevideo.com. 631 IN CNAME rr1.sn-npoldne7.googlevideo.com.
+0800 2025-01-17 10:30:19 INFO [3820452808 45ms] dns: exchanged A rr1.sn-npoldne7.googlevideo.com. 631 IN A 142.251.91.134
+0800 2025-01-17 10:30:19 INFO [3820452808 45ms] dns: lookup succeed for rr1---sn-npoldne7.googlevideo.com: 142.251.91.134
+0800 2025-01-17 10:30:19 DEBUG [3820452808 45ms] dns: resolved [142.251.91.134]
+0800 2025-01-17 10:30:19 INFO [3820452808 45ms] outbound/hysteria2[testhy2-1]: outbound connection to 142.251.91.134:443
+0800 2025-01-17 10:30:20 DEBUG dns: lookup domain 14sg.networklinkpro.net
+0800 2025-01-17 10:30:20 DEBUG router: match[0] outbound=any => route(local)
+0800 2025-01-17 10:30:20 DEBUG router: match[0] => route(local)
+0800 2025-01-17 10:30:20 DEBUG dns: exchanged 14sg.networklinkpro.net NOERROR 1
+0800 2025-01-17 10:30:20 DEBUG dns: exchanged A 14sg.networklinkpro.net. 1 IN A 13.229.69.10
+0800 2025-01-17 10:30:20 DEBUG dns: exchanged A 14sg.networklinkpro.net. 1 IN A 13.250.61.151
+0800 2025-01-17 10:30:20 DEBUG dns: exchanged A 14sg.networklinkpro.net. 1 IN A 13.250.172.191
+0800 2025-01-17 10:30:20 DEBUG dns: exchanged A 14sg.networklinkpro.net. 1 IN A 18.140.243.13
+0800 2025-01-17 10:30:20 DEBUG dns: exchanged A 14sg.networklinkpro.net. 1 IN A 54.179.131.147
+0800 2025-01-17 10:30:20 DEBUG dns: exchanged A 14sg.networklinkpro.net. 1 IN A 3.0.139.196
+0800 2025-01-17 10:30:20 DEBUG dns: exchanged A 14sg.networklinkpro.net. 1 IN A 13.212.59.159
+0800 2025-01-17 10:30:20 DEBUG dns: exchanged A 14sg.networklinkpro.net. 1 IN A 13.212.152.162
+0800 2025-01-17 10:30:20 DEBUG dns: exchanged A 14sg.networklinkpro.net. 1 IN A 13.212.228.121
+0800 2025-01-17 10:30:20 DEBUG dns: exchanged A 14sg.networklinkpro.net. 1 IN A 13.213.33.157
+0800 2025-01-17 10:30:20 DEBUG dns: lookup succeed for 14sg.networklinkpro.net: 13.229.69.10 13.250.61.151 13.250.172.191 18.140.243.13 54.179.131.147 3.0.139.196 13.212.59.159 13.212.152.162 13.212.228.121 13.213.33.157

Alpine运行sing-box的完整日志在以下附件中

alpine运行sing-box的完整日志.txt

Immortalwrt运行sing-box的完整日志在以下附件中

immortalwrt运行sing-box日志.log

支持我们

完整性要求

  • 我保证阅读了文档,了解所有我编写的配置文件项的含义,而不是大量堆砌看似有用的选项或默认值。
  • 我保证提供了可以在本地重现该问题的服务器、客户端配置文件与流程,而不是一个脱敏的复杂客户端配置文件。
  • 我保证提供了可用于重现我报告的错误的最简配置,而不是依赖远程服务器、TUN、图形界面客户端或者其他闭源软件。
  • 我保证提供了完整的配置文件与日志,而不是出于对自身智力的自信而仅提供了部分认为有用的部分。
@nekohasekai nekohasekai added need more information from end user An end user is asking a developer to fix their problem for free 在英语模版中填入中文 一种滥用行为 labels Jan 7, 2025
@xingmiye xingmiye closed this as completed Jan 7, 2025
@xingmiye xingmiye changed the title 在1.11 beta20使用Hysteria2协议的节点端口跳跃断流不稳定 在1.11 beta23使用Hysteria2协议的节点端口跳跃断流不稳定 Jan 15, 2025
@xingmiye xingmiye reopened this Jan 15, 2025
@xingmiye
Copy link
Author

Already add more information.
Already sponsored.

@xingmiye xingmiye changed the title 在1.11 beta23使用Hysteria2协议的节点端口跳跃断流不稳定 Already sponsored. 在1.11 beta23使用Hysteria2协议的节点端口跳跃断流不稳定 Jan 15, 2025
@xingmiye xingmiye changed the title Already sponsored. 在1.11 beta23使用Hysteria2协议的节点端口跳跃断流不稳定 Already sponsored. Already add more information. 在1.11 beta23使用Hysteria2协议的节点端口跳跃断流不稳定 Jan 15, 2025
@xingmiye xingmiye changed the title Already sponsored. Already add more information. 在1.11 beta23使用Hysteria2协议的节点端口跳跃断流不稳定 Already sponsored. Already add more information. 在1.11 beta23使用Hysteria2协议的节点端口跳跃断流不稳定 Already change to use chinese template Jan 16, 2025
@xingmiye xingmiye changed the title Already sponsored. Already add more information. 在1.11 beta23使用Hysteria2协议的节点端口跳跃断流不稳定 Already change to use chinese template Already sponsored. Already add more information. linux系统在1.11 beta23使用Hysteria2协议的节点端口跳跃断流不稳定 Already change to use chinese template Jan 16, 2025
@xingmiye xingmiye changed the title Already sponsored. Already add more information. linux系统在1.11 beta23使用Hysteria2协议的节点端口跳跃断流不稳定 Already change to use chinese template Already sponsored. Already add more information. immortalwrt系统在1.11 beta23使用Hysteria2协议的节点端口跳跃断流不稳定 Already change to use chinese template Jan 16, 2025
@xingmiye xingmiye changed the title Already sponsored. Already add more information. immortalwrt系统在1.11 beta23使用Hysteria2协议的节点端口跳跃断流不稳定 Already change to use chinese template Already sponsored. Already add more information. Alpine系统在1.11 beta23使用Hysteria2协议的节点端口跳跃断流不稳定 Already change to use chinese template 1月17日增加在alpine系统测试,情况类似。debian和windows端口跳跃功能正常 Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
from end user An end user is asking a developer to fix their problem for free need more information 在英语模版中填入中文 一种滥用行为
Projects
None yet
Development

No branches or pull requests

2 participants