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

hysteria2 timeout: no recent network activity #1948

Closed
4 of 5 tasks
linzeennnn opened this issue Jul 16, 2024 · 2 comments
Closed
4 of 5 tasks

hysteria2 timeout: no recent network activity #1948

linzeennnn opened this issue Jul 16, 2024 · 2 comments

Comments

@linzeennnn
Copy link

linzeennnn commented Jul 16, 2024

Operating system

Linux

System version

Arch Linux x86_64 Kernel: 6.9.8-arch1-1

Installation type

Original sing-box Command Line

If you are using a graphical client, please provide the version of the client.

No response

Version

sing-box version 1.9.3

Environment: go1.22.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: 085f60337799afc906069b540a38368968c123e4
CGO: disabled

Description

i got the same error in linux windows iphone android
the first time i got this error is
router: fetch rule-set geosite-category-ads-all: Get "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-category-ads-all.srs": timeout: no recent network activity
i think maybe its my dns cant reslove domain name correctly

dig raw.githubusercontent.com

; <<>> DiG 9.18.27 <<>> raw.githubusercontent.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32599
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;raw.githubusercontent.com.	IN	A

;; ANSWER SECTION:
raw.githubusercontent.com. 300	IN	A	0.0.0.0

;; Query time: 20 msec
;; SERVER: 192.168.10.1#53(192.168.10.1) (UDP)
;; WHEN: Tue Jul 16 21:19:11 CST 2024
;; MSG SIZE  rcvd: 59

so i download geoip-cn.srs geosite-private.srs geosite-category-ads-all.srs in my local server and make sure i can access the file(like using wget ...)but it still not working
ERROR[0005] router: fetch rule-set geosite-category-ads-all: Get "http://192.168.10.9/file/Documents/rule/geosite-category-ads-all.srs": timeout: no recent network activity
so i try to remove the rule part

{
    "dns": {
      "servers": [
        {
          "tag": "alidns",
          "address": "https://223.5.5.5/dns-query",
          "strategy": "ipv4_only",
          "detour": "direct"
        },
        {
          "tag": "cloudflare",
          "address": "https://1.1.1.1/dns-query",
          "strategy": "ipv4_only",
          "detour": "proxy"
        },
        {
          "tag": "block",
          "address": "rcode://success"
        }
      ],
      "final": "cloudflare",
      "strategy": "",
      "disable_cache": false,
      "disable_expire": false
    },
    "inbounds": [
        {
          "type": "tun",
          "inet4_address": "172.19.0.1/30",
          "auto_route": true,
          "strict_route": false,
          "sniff": true
        }
      ],
    "outbounds": [
        {
          "type": "hysteria2",
          "tag": "proxy",
          "server": "51.159.2.179",
          "server_port": 23499,
          "up_mbps": 90,
          "down_mbps": 100,
          "password": "dongtaiwang.com",
          "tls": {
            "enabled": true,
            "server_name": "www.bing.com",
            "insecure": true
          }
        },
        {
          "type": "direct",
          "tag": "direct"
        },
        {
          "type": "block",
          "tag": "block"
        },
        {
          "type": "dns",
          "tag": "dns-out"
        }
      ],
    "route": {
      "rules": [
        {
          "protocol": "dns",
          "outbound": "dns-out"
        },
        {
          "ip_is_private": true,
          "outbound": "direct"
        },
        {
          "domain_suffix": [
            ".cn"
          ],
          "outbound": "direct"
        }
      ],
      "auto_detect_interface": true,
      "final": "proxy"
    },
    "experimental": {
      "clash_api": {
        "external_controller": "127.0.0.1:9090",
        "external_ui_download_url": "",
        "secret": "22e694e4-093d-44bb-8ed2-b0e548c87a2e",
        "default_mode": "",
        "external_ui_download_detour": "",
        "external_ui": "ui"
      },
      "cache_file": {
        "enabled": true,
        "path": "cache.db",
        "cache_id": "mycacheid",
        "store_fakeip": true
      }
    }
  }

but i still got the same error in dns
ERROR[0005] dns: exchange failed for ping.archlinux.org. IN A: timeout: no recent network activity

Reproduction

{
  "dns": {
    "servers": [
      {
        "tag": "alidns",
        "address": "https://223.5.5.5/dns-query",
        "strategy": "ipv4_only",
        "detour": "direct"
      },
      {
        "tag": "cloudflare",
        "address": "https://1.1.1.1/dns-query",
        "strategy": "ipv4_only",
        "detour": "proxy"
      },
      {
        "tag": "block",
        "address": "rcode://success"
      }
    ],
    "rules": [
      {
        "outbound": [
          "any"
        ],
        "server": "alidns"
      },
      {
        "domain_suffix": [
          ".cn"
        ],
        "server": "alidns"
      },
      {
        "rule_set": [
          "geosite-cn"
        ],
        "server": "alidns"
      },
      {
        "rule_set": [
          "geosite-category-ads-all"
        ],
        "server": "block"
      }
    ],
    "final": "cloudflare",
    "strategy": "",
    "disable_cache": false,
    "disable_expire": false
  },
  "inbounds": [
      {
        "type": "tun",
        "inet4_address": "172.19.0.1/30",
        "auto_route": true,
        "strict_route": false,
        "sniff": true
      }
    ],
  "outbounds": [
      {
        "type": "hysteria2",
        "tag": "proxy",
        "server": "64.42.176.178",
        "server_port": 50690,
        "up_mbps": 90,
        "down_mbps": 100,
        "password": "dongtaiwang.com",
        "tls": {
          "enabled": true,
          "server_name": "www.bing.com",
          "insecure": true
        }
      },
      {
        "type": "direct",
        "tag": "direct"
      },
      {
        "type": "block",
        "tag": "block"
      },
      {
        "type": "dns",
        "tag": "dns-out"
      }
    ],
  "route": {
    "rules": [
      {
        "protocol": "dns",
        "outbound": "dns-out"
      },
      {
        "ip_is_private": true,
        "outbound": "direct"
      },
      {
        "domain_suffix": [
          ".cn"
        ],
        "outbound": "direct"
      },
      {
        "rule_set": [
          "geoip-cn",
          "geosite-cn",
          "geosite-private"
        ],
        "outbound": "direct"
      },
      {
        "rule_set": [
          "geosite-category-ads-all"
        ],
        "outbound": "block"
      }
    ],
    "rule_set": [
      {
        "tag": "geoip-cn",
        "type": "remote",
        "format": "binary",
        "url": "https://raw.githubusercontent.com/SagerNet/sing-geoip/rule-set/geoip-cn.srs",
        "download_detour": "proxy"
      },
      {
        "tag": "geosite-cn",
        "type": "remote",
        "format": "binary",
        "url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-cn.srs",
        "download_detour": "proxy"
      },
      {
        "tag": "geosite-private",
        "type": "remote",
        "format": "binary",
        "url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-private.srs",
        "download_detour": "proxy"
      },
      {
        "tag": "geosite-category-ads-all",
        "type": "remote",
        "format": "binary",
        "url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-category-ads-all.srs",
        "download_detour": "proxy"
      }
    ],
    "auto_detect_interface": true,
    "final": "proxy"
  },
  "experimental": {
    "clash_api": {
      "external_controller": "127.0.0.1:9090",
      "external_ui_download_url": "",
      "secret": "22e694e4-093d-44bb-8ed2-b0e548c87a2e",
      "default_mode": "",
      "external_ui_download_detour": "",
      "external_ui": "ui"
    },
    "cache_file": {
      "enabled": true,
      "path": "cache.db",
      "cache_id": "mycacheid",
      "store_fakeip": true
    }
  }
}

Logs

INFO[0000] router: updated default interface wlp0s20f3, index 3
INFO[0000] clash-api: restful api listening at 127.0.0.1:9090
TRACE[0000] inbound/tun[0]: creating stack
INFO[0000] inbound/tun[0]: started at tun0
DEBUG[0000] router: updating rule-set geosite-category-ads-all from URL: https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-category-ads-all.srs
INFO[0000] outbound/hysteria2[proxy]: outbound connection to raw.githubusercontent.com:443
DEBUG[0000] router: updating rule-set geosite-private from URL: https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-private.srs
INFO[0000] outbound/hysteria2[proxy]: outbound connection to raw.githubusercontent.com:443
DEBUG[0000] router: updating rule-set geosite-cn from URL: https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-cn.srs
INFO[0000] outbound/hysteria2[proxy]: outbound connection to raw.githubusercontent.com:443
INFO[0000] sing-box started (0.22s)
DEBUG[0000] router: updating rule-set geoip-cn from URL: https://raw.githubusercontent.com/SagerNet/sing-geoip/rule-set/geoip-cn.srs
INFO[0000] outbound/hysteria2[proxy]: outbound connection to raw.githubusercontent.com:443
INFO[0000] [2500000989 0ms] inbound/tun[0]: inbound packet connection from 172.19.0.1:41362
INFO[0000] [2500000989 0ms] inbound/tun[0]: inbound packet connection to 8.8.8.8:53
INFO[0000] [3860930547 0ms] inbound/tun[0]: inbound packet connection from 172.19.0.1:58309
INFO[0000] [3860930547 0ms] inbound/tun[0]: inbound packet connection to 8.8.8.8:53
DEBUG[0000] [2500000989 0ms] router: sniffed packet protocol: dns
DEBUG[0000] [3860930547 0ms] router: sniffed packet protocol: dns
DEBUG[0000] [3860930547 0ms] router: match[0] protocol=dns => dns-out
DEBUG[0000] [2500000989 0ms] router: match[0] protocol=dns => dns-out
DEBUG[0000] dns: exchange ping.archlinux.org. IN AAAA
DEBUG[0000] dns: exchange ping.archlinux.org. IN A
DEBUG[0000] dns: exchange ping.archlinux.org. IN AAAA
DEBUG[0000] dns: exchange ping.archlinux.org. IN A
DEBUG[0000] dns: strategy rejected
DEBUG[0000] dns: strategy rejected
INFO[0000] [2375473976 0ms] inbound/tun[0]: inbound packet connection from 172.19.0.1:53610
INFO[0000] [2375473976 0ms] inbound/tun[0]: inbound packet connection to 8.8.8.8:53
INFO[0000] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
DEBUG[0000] [2375473976 0ms] router: sniffed packet protocol: dns
DEBUG[0000] [2375473976 0ms] router: match[0] protocol=dns => dns-out
INFO[0000] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
INFO[0000] [1339539219 0ms] inbound/tun[0]: inbound packet connection from 172.19.0.1:42911
DEBUG[0000] dns: exchange ping.archlinux.org. IN AAAA
INFO[0000] [1339539219 0ms] inbound/tun[0]: inbound packet connection to 8.8.8.8:53
DEBUG[0000] dns: exchange ping.archlinux.org. IN A
DEBUG[0000] [1339539219 0ms] router: sniffed packet protocol: dns
DEBUG[0000] [1339539219 0ms] router: match[0] protocol=dns => dns-out
DEBUG[0000] dns: strategy rejected
INFO[0000] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
DEBUG[0000] dns: exchange ping.archlinux.org. IN AAAA
DEBUG[0000] dns: exchange ping.archlinux.org. IN A
DEBUG[0000] dns: strategy rejected
INFO[0000] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
INFO[0000] [2300154286 0ms] inbound/tun[0]: inbound packet connection from 172.19.0.1:37096
INFO[0000] [2300154286 0ms] inbound/tun[0]: inbound packet connection to 8.8.8.8:53
DEBUG[0000] [2300154286 0ms] router: sniffed packet protocol: dns
INFO[0000] [1071005097 0ms] inbound/tun[0]: inbound packet connection from 172.19.0.1:46503
DEBUG[0000] [2300154286 0ms] router: match[0] protocol=dns => dns-out
INFO[0000] [1071005097 0ms] inbound/tun[0]: inbound packet connection to 8.8.8.8:53
DEBUG[0000] [1071005097 0ms] router: sniffed packet protocol: dns
DEBUG[0000] [1071005097 0ms] router: match[0] protocol=dns => dns-out
DEBUG[0000] dns: exchange ping.archlinux.org. IN AAAA
DEBUG[0000] dns: strategy rejected
DEBUG[0000] dns: exchange ping.archlinux.org. IN A
DEBUG[0000] dns: exchange ping.archlinux.org. IN AAAA
DEBUG[0000] dns: exchange ping.archlinux.org. IN A
DEBUG[0000] dns: strategy rejected
INFO[0000] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
INFO[0000] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
INFO[0001] [50296203 0ms] inbound/tun[0]: inbound packet connection from 172.19.0.1:37962
INFO[0001] [50296203 0ms] inbound/tun[0]: inbound packet connection to 8.8.8.8:53
DEBUG[0001] [50296203 0ms] router: sniffed packet protocol: dns
DEBUG[0001] [50296203 0ms] router: match[0] protocol=dns => dns-out
INFO[0001] [3322499144 0ms] inbound/tun[0]: inbound packet connection from 172.19.0.1:39793
INFO[0001] [3322499144 0ms] inbound/tun[0]: inbound packet connection to 8.8.8.8:53
DEBUG[0001] dns: exchange ping.archlinux.org. IN A
DEBUG[0001] dns: exchange ping.archlinux.org. IN AAAA
DEBUG[0001] [3322499144 0ms] router: sniffed packet protocol: dns
DEBUG[0001] [3322499144 0ms] router: match[0] protocol=dns => dns-out
DEBUG[0001] dns: strategy rejected
INFO[0001] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
DEBUG[0001] dns: exchange ping.archlinux.org. IN AAAA
DEBUG[0001] dns: exchange ping.archlinux.org. IN A
DEBUG[0001] dns: strategy rejected
INFO[0001] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
INFO[0003] [3924688496 0ms] inbound/tun[0]: inbound connection from 172.19.0.1:40336
INFO[0003] [3924688496 0ms] inbound/tun[0]: inbound connection to 36.155.184.139:8080
INFO[0003] [1675753827 0ms] inbound/tun[0]: inbound connection from 172.19.0.1:37482
INFO[0003] [1675753827 0ms] inbound/tun[0]: inbound connection to 111.31.241.140:443
INFO[0003] [917350184 0ms] inbound/tun[0]: inbound connection from 172.19.0.1:47640
INFO[0003] [917350184 0ms] inbound/tun[0]: inbound connection to 36.155.189.240:80
DEBUG[0003] [1675753827 2ms] router: sniffed protocol: http, domain: dns.weixin.qq.com
DEBUG[0003] [1675753827 2ms] router: match[3] rule_set=[geoip-cn geosite-cn geosite-private] => direct
INFO[0003] [1675753827 2ms] outbound/direct[direct]: outbound connection to 111.31.241.140:443
DEBUG[0003] [917350184 0ms] router: sniffed protocol: http, domain: short.weixin.qq.com
DEBUG[0003] [917350184 0ms] router: match[3] rule_set=[geoip-cn geosite-cn geosite-private] => direct
INFO[0003] [917350184 0ms] outbound/direct[direct]: outbound connection to 36.155.189.240:80
INFO[0003] [735062787 0ms] inbound/tun[0]: inbound packet connection from 172.19.0.1:50668
INFO[0003] [735062787 0ms] inbound/tun[0]: inbound packet connection to 8.8.8.8:53
INFO[0003] [1223078412 0ms] inbound/tun[0]: inbound packet connection from 172.19.0.1:51230
INFO[0003] [1223078412 0ms] inbound/tun[0]: inbound packet connection to 8.8.8.8:53
DEBUG[0003] [735062787 0ms] router: sniffed packet protocol: dns
DEBUG[0003] [735062787 0ms] router: match[0] protocol=dns => dns-out
DEBUG[0003] [1223078412 0ms] router: sniffed packet protocol: dns
DEBUG[0003] [1223078412 0ms] router: match[0] protocol=dns => dns-out
DEBUG[0003] dns: exchange ping.archlinux.org. IN AAAA
DEBUG[0003] dns: exchange ping.archlinux.org. IN AAAA
DEBUG[0003] dns: exchange ping.archlinux.org. IN A
DEBUG[0003] dns: exchange ping.archlinux.org. IN A
DEBUG[0003] dns: strategy rejected
DEBUG[0003] dns: strategy rejected
INFO[0003] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
INFO[0003] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
TRACE[0003] [3924688496 301ms] router: sniffed no protocol: unexpected EOF | tls: first record does not look like a TLS handshake | malformed HTTP request "\x16\xf1\x04\x00\xa1\x00\x00\x00\x9d\x01\x04\xf1\x01\x00\xa8\xc6'<\xad\xef\xbd\x12\xb1Μ\xb2\x93\xe11{zEkɆ\x81b!\xa5\xaa\xec.\x83Cg)#f\x96\x89\xee\x00\x00\x00o\x01\x00\x00\x00j\x00\x0f\x01\x00\x00\x00c\x01\x00\t:\x80\x00\x00\x00\x00\x00H\x00\f<\xb0\xdc%\xfeF\x06\x92f\x97u%\x00H\x89\x8d\xe5\v=\b\xa2\xe5\xf5\x1c\x0eF\x03ڃX\x1f\xfd0\x98Y\xf4ܹi\xaa\x8f\xc1\xa2:\xf0\xbdr\x14\xac\a\xa2\x82c\x84\xea^\xc6\x1e7\xce0\x9a\xf8\x15\xc7\xd3đ\xa5\x16\xaf\x85ӗ\xe9H\x87)P\xfbL\x97\x98&\xb1\xe6"
DEBUG[0003] [3924688496 301ms] router: match[3] rule_set=[geoip-cn geosite-cn geosite-private] => direct
INFO[0003] [3924688496 301ms] outbound/direct[direct]: outbound connection to 36.155.184.139:8080
ERROR[0005] router: fetch rule-set geosite-category-ads-all: Get "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-category-ads-all.srs": timeout: no recent network activity
DEBUG[0005] dns: exchange ping.archlinux.org. IN AAAA
DEBUG[0005] dns: exchange ping.archlinux.org. IN A
DEBUG[0005] dns: strategy rejected
INFO[0005] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
DEBUG[0005] dns: exchange ping.archlinux.org. IN AAAA
DEBUG[0005] dns: exchange ping.archlinux.org. IN AAAA
DEBUG[0005] dns: exchange ping.archlinux.org. IN A
DEBUG[0005] dns: strategy rejected
DEBUG[0005] dns: exchange ping.archlinux.org. IN AAAA
DEBUG[0005] dns: strategy rejected
DEBUG[0005] dns: exchange ping.archlinux.org. IN A
DEBUG[0005] dns: strategy rejected
DEBUG[0005] dns: exchange ping.archlinux.org. IN A
INFO[0005] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
INFO[0005] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
INFO[0005] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
DEBUG[0005] dns: exchange ping.archlinux.org. IN AAAA
DEBUG[0005] dns: exchange ping.archlinux.org. IN AAAA
DEBUG[0005] dns: exchange ping.archlinux.org. IN A
DEBUG[0005] dns: strategy rejected
DEBUG[0005] dns: strategy rejected
DEBUG[0005] dns: exchange ping.archlinux.org. IN A
INFO[0005] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
INFO[0005] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
DEBUG[0006] dns: exchange ping.archlinux.org. IN AAAA
DEBUG[0006] dns: exchange ping.archlinux.org. IN AAAA
DEBUG[0006] dns: exchange ping.archlinux.org. IN A
DEBUG[0006] dns: strategy rejected
DEBUG[0006] dns: exchange ping.archlinux.org. IN A
DEBUG[0006] dns: strategy rejected
INFO[0006] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
INFO[0006] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
INFO[0007] [1196635490 0ms] inbound/tun[0]: inbound packet connection from 172.19.0.1:37598
INFO[0007] [1196635490 0ms] inbound/tun[0]: inbound packet connection to 8.8.8.8:53
DEBUG[0007] [1196635490 0ms] router: sniffed packet protocol: dns
DEBUG[0007] [1196635490 0ms] router: match[0] protocol=dns => dns-out
DEBUG[0007] dns: exchange ping.archlinux.org. IN AAAA
INFO[0007] [2030811263 0ms] inbound/tun[0]: inbound packet connection from 172.19.0.1:54046
INFO[0007] [2030811263 0ms] inbound/tun[0]: inbound packet connection to 8.8.8.8:53
DEBUG[0007] dns: exchange ping.archlinux.org. IN A
DEBUG[0007] dns: strategy rejected
DEBUG[0007] [2030811263 0ms] router: sniffed packet protocol: dns
DEBUG[0007] [2030811263 0ms] router: match[0] protocol=dns => dns-out
DEBUG[0007] dns: exchange ping.archlinux.org. IN A
DEBUG[0007] dns: exchange ping.archlinux.org. IN AAAA
INFO[0007] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
DEBUG[0007] dns: strategy rejected
INFO[0007] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
DEBUG[0008] dns: exchange ping.archlinux.org. IN AAAA
DEBUG[0008] dns: exchange ping.archlinux.org. IN A
DEBUG[0008] dns: strategy rejected
INFO[0008] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
DEBUG[0008] dns: exchange ping.archlinux.org. IN A
DEBUG[0008] dns: exchange ping.archlinux.org. IN AAAA
INFO[0008] outbound/hysteria2[proxy]: outbound connection to 1.1.1.1:443
DEBUG[0008] dns: strategy rejected
^CDEBUG[0008] [3860930547 8.41s] inbound/tun[0]: connection closed: EOF | upstream: context canceled
DEBUG[0008] [1339539219 8.40s] inbound/tun[0]: connection closed: EOF | upstream: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
DEBUG[0008] [1223078412 5.32s] inbound/tun[0]: connection closed: EOF | upstream: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
DEBUG[0008] [2500000989 8.41s] inbound/tun[0]: connection closed: EOF | upstream: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
DEBUG[0008] [1071005097 8.33s] inbound/tun[0]: connection closed: EOF | upstream: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
ERROR[0008] router: fetch rule-set geoip-cn: Get "https://raw.githubusercontent.com/SagerNet/sing-geoip/rule-set/geoip-cn.srs": context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
DEBUG[0008] [1196635490 1.32s] inbound/tun[0]: connection closed: EOF | upstream: context canceled
ERROR[0008] router: fetch rule-set geosite-private: Get "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-private.srs": context canceled
DEBUG[0008] [2030811263 1.32s] inbound/tun[0]: connection closed: EOF | upstream: context canceled
DEBUG[0008] [3322499144 7.32s] inbound/tun[0]: connection closed: EOF | upstream: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
DEBUG[0008] [735062787 5.32s] inbound/tun[0]: connection closed: EOF | upstream: context canceled
DEBUG[0008] [2375473976 8.40s] inbound/tun[0]: connection closed: EOF | upstream: context canceled
DEBUG[0008] [50296203 7.32s] inbound/tun[0]: connection closed: EOF | upstream: context canceled
ERROR[0008] router: fetch rule-set geosite-cn: Get "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-cn.srs": context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
ERROR[0008] dns: exchange failed for ping.archlinux.org. IN A: context canceled
DEBUG[0008] [3924688496 5.41s] inbound/tun[0]: connection closed: download: splice read: raw-read tcp 192.168.10.9:52688->36.155.184.139:8080: use of closed network connection | upload: splice read: raw-read tcp4 172.19.0.1:42195->172.19.0.2:10000: use of closed network connection | upstream: context canceled
DEBUG[0008] [2300154286 8.33s] inbound/tun[0]: connection closed: EOF | upstream: context canceled

Supporter

Integrity requirements

  • I confirm that I have read the documentation, understand the meaning of all the configuration items I wrote, and did not pile up seemingly useful options or default values.
  • I confirm that I have provided the server and client configuration files and process that can be reproduced locally, instead of a complicated client configuration file that has been stripped of sensitive data.
  • I confirm that I have provided the simplest configuration that can be used to reproduce the error I reported, instead of depending on remote servers, TUN, graphical interface clients, or other closed-source software.
  • I confirm that I have provided the complete configuration files and logs, rather than just providing parts I think are useful out of confidence in my own intelligence.
@linzeennnn linzeennnn changed the title fetch rule-set timeout: no recent network activity hysteria2 timeout: no recent network activity Jul 17, 2024
@simplerick-simplefun
Copy link

seems like your outbound "proxy" does not connect.
make sure your outbound "proxy" have correct settings, and make sure it works, then try again.

@Mayd1e
Copy link

Mayd1e commented Jul 17, 2024

seems like your outbound "proxy" does not connect. make sure your outbound "proxy" have correct settings, and make sure it works, then try again.

How can the client be notified to close the connection when the outbound proxy is not working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants