SagerNet / sing-box

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

[dev-next] tun reports some errors, but socks works normally in some cases #159

Closed NDI3-MDAx closed 2 years ago

NDI3-MDAx commented 2 years ago

Welcome

Description of the problem

Hi there. I am using the dev-next branch on android.

There are times when I find that the tun entry doesn't work and there seem to be some errors in the logs related to it. At this time, the app configured with the socks entry can still be used normally. And this usually happens when downloading apps using Google Play.

I have narrowed down the scope of the log as much as possible. The specific steps I did are

  1. clear the log first
  2. then start the sing-box under the debug log level
  3. then download some apps through Google Play
  4. stop the sing-box after observing the network exception
  5. get all the logs

Please help me to check, thanks a lot 🙏🏻

Version of sing-box

```console sing-box version 1.1-beta9 Environment: go1.19.1 android/arm64 Tags: with_gvisor,with_quic,with_wireguard,with_clash_api Revision: 6591dd58cad03ee91c274e80c56ac5f53c086f19 CGO: enabled ```

Server and client configuration file

```json { "log": { "disabled": false, "level": "debug", "timestamp": true }, "dns": { "disable_cache": false, "disable_expire": false, "servers": [ { "tag": "global", "address": "https://1.1.1.1/dns-query", "detour": "proxy" }, { "tag": "cn", "address": "https://223.5.5.5/dns-query", "detour": "direct" } ], "rules": [ { "domain": ["cdn.jsdelivr.net"], "geosite": ["cn"], "server": "cn" } ], "final": "global" }, "inbounds": [ { "type": "socks", "tag": "socks-in", "listen": "127.0.0.1", "listen_port": 5353, "sniff": true, "sniff_override_destination": false }, { "type": "tun", "tag": "tun-in", "inet4_address": "172.19.0.1/30", "auto_route": true, "strict_route": true, "sniff": true, "endpoint_independent_nat": false, "exclude_package": [ "com.android.captiveportallogin" ] } ], "outbounds": [ { "type": "trojan", "tag": "proxy", "detour": "ip-1", "connect_timeout": "1m", "server": "example.com", "server_port": 443, "password": "PSWORD", "tls": { "server_name": "example.com", "enabled": true, "insecure": false }, "transport": { "type": "ws", "path": "/path", "headers": { "Host": "example.com" }, "max_early_data": 1024 } }, { "type": "direct", "tag": "ip-1", "connect_timeout": "1m", "override_address": "SOME-IP" }, { "type": "direct", "tag": "direct" }, { "type": "block", "tag": "block" }, { "type": "dns", "tag": "dns-out" } ], "route": { "geoip": { "path": "/data/sing-box/geoip.db" }, "geosite": { "path": "/data/sing-box/geosite.db" }, "auto_detect_interface": true, "override_android_vpn": true, "rules": [ { "port": 53, "outbound": "dns-out" }, { "port": 853, "outbound": "dns-out" }, { "protocol": "dns", "outbound": "dns-out" }, { "geosite": ["cn"], "geoip": ["cn", "private"], "outbound": "direct" } ], "final": "proxy" }, "experimental": {} } ```

Server and client log file

```console +0000 2022-10-15 04:22:18 INFO router: loaded geoip database: 250 codes +0000 2022-10-15 04:22:18 INFO router: loaded geosite database: 1287 codes +0000 2022-10-15 04:22:18 INFO router: updated default interface wlan0, index 30, vpn disabled +0000 2022-10-15 04:22:18 INFO router: updated packages list: 252 packages, 23 shared users +0000 2022-10-15 04:22:18 INFO inbound/socks[socks-in]: tcp server started at 127.0.0.1:5353 +0000 2022-10-15 04:22:18 INFO inbound/tun[tun-in]: started at tun0 +0000 2022-10-15 04:22:18 INFO sing-box started (0.100s) +0000 2022-10-15 04:22:19 INFO [3035072998] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:44912 +0000 2022-10-15 04:22:19 INFO [3035072998] inbound/tun[tun-in]: inbound packet connection to 172.217.134.137:443 +0000 2022-10-15 04:22:19 INFO [3035072998] outbound/trojan[proxy]: outbound packet connection to 172.217.134.137:443 +0000 2022-10-15 04:22:19 INFO [3035072998] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:20 INFO [3796419651] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:46918 +0000 2022-10-15 04:22:20 INFO [3796419651] inbound/tun[tun-in]: inbound packet connection to 192.168.1.1:53 +0000 2022-10-15 04:22:20 DEBUG [3796419651] router: sniffed packet protocol: dns +0000 2022-10-15 04:22:20 DEBUG [3796419651] router: match[0] port=53 => dns-out +0000 2022-10-15 04:22:20 DEBUG [3796419651] dns: exchange www.googleapis.cn. IN A +0000 2022-10-15 04:22:20 DEBUG [3796419651] dns: match[0] domain=cdn.jsdelivr.net geosite=cn => cn +0000 2022-10-15 04:22:20 INFO [3796419651] outbound/direct[direct]: outbound connection to 223.5.5.5:443 +0000 2022-10-15 04:22:20 INFO [1615177812] inbound/tun[tun-in]: inbound connection from 192.168.1.38:48074 +0000 2022-10-15 04:22:20 INFO [1615177812] inbound/tun[tun-in]: inbound connection to 142.251.46.195:80 +0000 2022-10-15 04:22:20 INFO [1906519392] inbound/tun[tun-in]: inbound connection from 192.168.1.38:38548 +0000 2022-10-15 04:22:20 INFO [1906519392] inbound/tun[tun-in]: inbound connection to 142.251.46.195:443 +0000 2022-10-15 04:22:20 DEBUG [1615177812] router: sniffed protocol: http, domain: connectivitycheck.gstatic.com +0000 2022-10-15 04:22:20 INFO [1615177812] outbound/trojan[proxy]: outbound connection to 142.251.46.195:80 +0000 2022-10-15 04:22:20 INFO [1615177812] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:20 DEBUG [1906519392] router: sniffed protocol: tls, domain: connectivitycheck.gstatic.com +0000 2022-10-15 04:22:20 INFO [1906519392] outbound/trojan[proxy]: outbound connection to 142.251.46.195:443 +0000 2022-10-15 04:22:20 INFO [1906519392] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:20 INFO [3796419651] dns: exchanged www.googleapis.cn. A www.googleapis.cn. 10 IN A 180.163.150.162 +0000 2022-10-15 04:22:20 INFO [685817126] inbound/tun[tun-in]: inbound connection from 172.19.0.1:44360 +0000 2022-10-15 04:22:20 INFO [685817126] inbound/tun[tun-in]: inbound connection to 180.163.150.162:80 +0000 2022-10-15 04:22:20 DEBUG [685817126] router: sniffed protocol: http, domain: www.googleapis.cn +0000 2022-10-15 04:22:20 DEBUG [685817126] router: match[4] geosite=cn geoip=[cn private] => direct +0000 2022-10-15 04:22:20 INFO [685817126] outbound/direct[direct]: outbound connection to 180.163.150.162:80 +0000 2022-10-15 04:22:20 INFO [4289779485] inbound/tun[tun-in]: inbound connection from 172.19.0.1:43406 +0000 2022-10-15 04:22:20 INFO [4289779485] inbound/tun[tun-in]: inbound connection to 142.250.189.170:443 +0000 2022-10-15 04:22:20 DEBUG [4289779485] router: sniffed protocol: tls, domain: play.googleapis.com +0000 2022-10-15 04:22:20 INFO [4289779485] outbound/trojan[proxy]: outbound connection to 142.250.189.170:443 +0000 2022-10-15 04:22:20 INFO [4289779485] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:20 INFO [3020837360] inbound/tun[tun-in]: inbound connection from 172.19.0.1:38684 +0000 2022-10-15 04:22:20 INFO [3020837360] inbound/tun[tun-in]: inbound connection to 142.251.46.195:443 +0000 2022-10-15 04:22:20 DEBUG [685817126] inbound/tun[tun-in]: connection closed: upload: readfrom tcp 192.168.1.38:38624->180.163.150.162:80: use of closed network connection +0000 2022-10-15 04:22:20 DEBUG [3020837360] router: sniffed protocol: tls, domain: connectivitycheck.gstatic.com +0000 2022-10-15 04:22:20 INFO [3020837360] outbound/trojan[proxy]: outbound connection to 142.251.46.195:443 +0000 2022-10-15 04:22:20 INFO [3020837360] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:20 INFO [3582341034] inbound/tun[tun-in]: inbound connection from 172.19.0.1:41698 +0000 2022-10-15 04:22:20 INFO [3582341034] inbound/tun[tun-in]: inbound connection to 142.251.46.234:443 +0000 2022-10-15 04:22:20 DEBUG [3582341034] router: sniffed protocol: tls, domain: infinitedata-pa.googleapis.com +0000 2022-10-15 04:22:20 INFO [3582341034] outbound/trojan[proxy]: outbound connection to 142.251.46.234:443 +0000 2022-10-15 04:22:20 INFO [3582341034] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:21 DEBUG [1615177812] inbound/tun[tun-in]: connection closed: upload: EOF | download: readfrom tcp4 172.19.0.1:39361->172.19.0.2:10002: use of closed network connection +0000 2022-10-15 04:22:21 INFO [3881144935] inbound/tun[tun-in]: inbound connection from 172.19.0.1:47958 +0000 2022-10-15 04:22:21 INFO [3881144935] inbound/tun[tun-in]: inbound connection to 91.108.56.141:443 +0000 2022-10-15 04:22:21 INFO [422558988] inbound/tun[tun-in]: inbound connection from 172.19.0.1:44904 +0000 2022-10-15 04:22:21 INFO [422558988] inbound/tun[tun-in]: inbound connection to 91.108.56.165:443 +0000 2022-10-15 04:22:21 INFO [422558988] outbound/trojan[proxy]: outbound connection to 91.108.56.165:443 +0000 2022-10-15 04:22:21 INFO [422558988] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:21 INFO [3881144935] outbound/trojan[proxy]: outbound connection to 91.108.56.141:443 +0000 2022-10-15 04:22:21 INFO [3881144935] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:21 DEBUG [1906519392] inbound/tun[tun-in]: connection closed: upload: EOF | download: readfrom tcp4 172.19.0.1:39361->172.19.0.2:10003: use of closed network connection +0000 2022-10-15 04:22:21 INFO [2113349538] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:41013 +0000 2022-10-15 04:22:21 INFO [2113349538] inbound/tun[tun-in]: inbound packet connection to 142.251.46.238:443 +0000 2022-10-15 04:22:21 INFO [2113349538] outbound/trojan[proxy]: outbound packet connection to 142.251.46.238:443 +0000 2022-10-15 04:22:21 INFO [2113349538] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:22 INFO [1779598409] inbound/tun[tun-in]: inbound connection from 172.19.0.1:39692 +0000 2022-10-15 04:22:22 INFO [1779598409] inbound/tun[tun-in]: inbound connection to 142.251.2.188:5228 +0000 2022-10-15 04:22:22 DEBUG [1779598409] router: sniffed protocol: tls, domain: mtalk.google.com +0000 2022-10-15 04:22:22 INFO [1779598409] outbound/trojan[proxy]: outbound connection to 142.251.2.188:5228 +0000 2022-10-15 04:22:22 INFO [1779598409] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:22 INFO [1096357536] inbound/tun[tun-in]: inbound connection from 172.19.0.1:43416 +0000 2022-10-15 04:22:22 INFO [1096357536] inbound/tun[tun-in]: inbound connection to 142.250.189.170:443 +0000 2022-10-15 04:22:22 DEBUG [1096357536] router: sniffed protocol: tls, domain: play.googleapis.com +0000 2022-10-15 04:22:22 INFO [1096357536] outbound/trojan[proxy]: outbound connection to 142.250.189.170:443 +0000 2022-10-15 04:22:22 INFO [1096357536] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:23 INFO [1616488079] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:64581 +0000 2022-10-15 04:22:23 INFO [1616488079] inbound/tun[tun-in]: inbound packet connection to 192.168.1.1:53 +0000 2022-10-15 04:22:23 DEBUG [1616488079] router: sniffed packet protocol: dns +0000 2022-10-15 04:22:23 DEBUG [1616488079] router: match[0] port=53 => dns-out +0000 2022-10-15 04:22:23 DEBUG [1616488079] dns: exchange rr1---sn-n4v7sns7.gvt1.com. IN A +0000 2022-10-15 04:22:23 INFO [1616488079] outbound/trojan[proxy]: outbound connection to 1.1.1.1:443 +0000 2022-10-15 04:22:23 INFO [1616488079] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:24 INFO [1616488079] dns: exchanged rr1---sn-n4v7sns7.gvt1.com. CNAME rr1---sn-n4v7sns7.gvt1.com. 1735 IN CNAME rr1.sn-n4v7sns7.gvt1.com. +0000 2022-10-15 04:22:24 INFO [1616488079] dns: exchanged rr1---sn-n4v7sns7.gvt1.com. A rr1.sn-n4v7sns7.gvt1.com. 1735 IN A 173.194.25.102 +0000 2022-10-15 04:22:24 INFO [1574911804] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:39240 +0000 2022-10-15 04:22:24 INFO [1574911804] inbound/tun[tun-in]: inbound packet connection to 173.194.25.102:443 +0000 2022-10-15 04:22:24 DEBUG [1574911804] router: sniffed packet protocol: quic, domain: rr1---sn-n4v7sns7.gvt1.com +0000 2022-10-15 04:22:24 INFO [1574911804] outbound/trojan[proxy]: outbound packet connection to 173.194.25.102:443 +0000 2022-10-15 04:22:24 INFO [1574911804] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:25 INFO [2406795569] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:61224 +0000 2022-10-15 04:22:25 INFO [2406795569] inbound/tun[tun-in]: inbound packet connection to 192.168.1.1:53 +0000 2022-10-15 04:22:25 DEBUG [2406795569] router: sniffed packet protocol: dns +0000 2022-10-15 04:22:25 DEBUG [2406795569] router: match[0] port=53 => dns-out +0000 2022-10-15 04:22:25 DEBUG [2406795569] dns: exchange rr5---sn-o097znsk.gvt1.com. IN A +0000 2022-10-15 04:22:25 INFO [2406795569] dns: exchanged rr5---sn-o097znsk.gvt1.com. CNAME rr5---sn-o097znsk.gvt1.com. 1428 IN CNAME rr5.sn-o097znsk.gvt1.com. +0000 2022-10-15 04:22:25 INFO [2406795569] dns: exchanged rr5---sn-o097znsk.gvt1.com. A rr5.sn-o097znsk.gvt1.com. 1428 IN A 172.217.134.234 +0000 2022-10-15 04:22:25 INFO [3781395015] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:47148 +0000 2022-10-15 04:22:25 INFO [3781395015] inbound/tun[tun-in]: inbound packet connection to 172.217.134.234:443 +0000 2022-10-15 04:22:25 DEBUG [3781395015] router: sniffed packet protocol: quic, domain: rr5---sn-o097znsk.gvt1.com +0000 2022-10-15 04:22:25 INFO [3781395015] outbound/trojan[proxy]: outbound packet connection to 172.217.134.234:443 +0000 2022-10-15 04:22:25 INFO [3781395015] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:28 ERROR [3781395015] inbound/tun[tun-in]: download: short buffer | upload: io: read/write on closed pipe +0000 2022-10-15 04:22:28 INFO [1225479713] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:47148 +0000 2022-10-15 04:22:28 INFO [1225479713] inbound/tun[tun-in]: inbound packet connection to 172.217.134.234:443 +0000 2022-10-15 04:22:28 INFO [1225479713] outbound/trojan[proxy]: outbound packet connection to 172.217.134.234:443 +0000 2022-10-15 04:22:28 INFO [1225479713] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:30 DEBUG [3796419651] inbound/tun[tun-in]: connection closed: io: read/write on closed pipe | upstream: context canceled +0000 2022-10-15 04:22:32 INFO [2693177674] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:14955 +0000 2022-10-15 04:22:32 INFO [2693177674] inbound/tun[tun-in]: inbound packet connection to 192.168.1.1:53 +0000 2022-10-15 04:22:32 DEBUG [2693177674] router: sniffed packet protocol: dns +0000 2022-10-15 04:22:32 DEBUG [2693177674] router: match[0] port=53 => dns-out +0000 2022-10-15 04:22:32 DEBUG [2693177674] dns: exchange rr4---sn-o097znsl.gvt1.com. IN A +0000 2022-10-15 04:22:32 INFO [2693177674] dns: exchanged rr4---sn-o097znsl.gvt1.com. CNAME rr4---sn-o097znsl.gvt1.com. 1031 IN CNAME rr4.sn-o097znsl.gvt1.com. +0000 2022-10-15 04:22:32 INFO [2693177674] dns: exchanged rr4---sn-o097znsl.gvt1.com. A rr4.sn-o097znsl.gvt1.com. 1031 IN A 74.125.166.73 +0000 2022-10-15 04:22:32 INFO [1353607113] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:43798 +0000 2022-10-15 04:22:32 INFO [1353607113] inbound/tun[tun-in]: inbound packet connection to 74.125.166.73:443 +0000 2022-10-15 04:22:32 DEBUG [1353607113] router: sniffed packet protocol: quic, domain: rr4---sn-o097znsl.gvt1.com +0000 2022-10-15 04:22:32 INFO [1353607113] outbound/trojan[proxy]: outbound packet connection to 74.125.166.73:443 +0000 2022-10-15 04:22:32 INFO [1353607113] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:34 DEBUG [1616488079] inbound/tun[tun-in]: connection closed: io: read/write on closed pipe | upstream: context canceled +0000 2022-10-15 04:22:35 DEBUG [2406795569] inbound/tun[tun-in]: connection closed: io: read/write on closed pipe | upstream: context canceled +0000 2022-10-15 04:22:35 INFO [4178522288] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:34348 +0000 2022-10-15 04:22:35 INFO [4178522288] inbound/tun[tun-in]: inbound packet connection to 192.168.1.1:53 +0000 2022-10-15 04:22:35 DEBUG [4178522288] router: sniffed packet protocol: dns +0000 2022-10-15 04:22:35 DEBUG [4178522288] router: match[0] port=53 => dns-out +0000 2022-10-15 04:22:35 DEBUG [4178522288] dns: exchange rr3---sn-n4v7sney.gvt1.com. IN A +0000 2022-10-15 04:22:35 INFO [4178522288] dns: exchanged rr3---sn-n4v7sney.gvt1.com. CNAME rr3---sn-n4v7sney.gvt1.com. 1527 IN CNAME rr3.sn-n4v7sney.gvt1.com. +0000 2022-10-15 04:22:35 INFO [4178522288] dns: exchanged rr3---sn-n4v7sney.gvt1.com. A rr3.sn-n4v7sney.gvt1.com. 1527 IN A 74.125.103.40 +0000 2022-10-15 04:22:35 INFO [3489332653] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:45527 +0000 2022-10-15 04:22:35 INFO [3489332653] inbound/tun[tun-in]: inbound packet connection to 74.125.103.40:443 +0000 2022-10-15 04:22:35 DEBUG [3489332653] router: sniffed packet protocol: quic, domain: rr3---sn-n4v7sney.gvt1.com +0000 2022-10-15 04:22:35 INFO [3489332653] outbound/trojan[proxy]: outbound packet connection to 74.125.103.40:443 +0000 2022-10-15 04:22:35 INFO [3489332653] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:36 INFO [1248966594] inbound/tun[tun-in]: inbound connection from 172.19.0.1:37560 +0000 2022-10-15 04:22:36 INFO [1248966594] inbound/tun[tun-in]: inbound connection to 142.250.189.170:443 +0000 2022-10-15 04:22:36 DEBUG [1248966594] router: sniffed protocol: tls, domain: play.googleapis.com +0000 2022-10-15 04:22:36 INFO [1248966594] outbound/trojan[proxy]: outbound connection to 142.250.189.170:443 +0000 2022-10-15 04:22:36 INFO [1248966594] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:36 INFO [2691959100] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:38666 +0000 2022-10-15 04:22:36 INFO [2691959100] inbound/tun[tun-in]: inbound packet connection to 192.168.1.1:53 +0000 2022-10-15 04:22:36 DEBUG [2691959100] router: sniffed packet protocol: dns +0000 2022-10-15 04:22:36 DEBUG [2691959100] router: match[0] port=53 => dns-out +0000 2022-10-15 04:22:36 DEBUG [2691959100] dns: exchange rr1---sn-o097znsk.gvt1.com. IN A +0000 2022-10-15 04:22:37 INFO [2691959100] dns: exchanged rr1---sn-o097znsk.gvt1.com. CNAME rr1---sn-o097znsk.gvt1.com. 1240 IN CNAME rr1.sn-o097znsk.gvt1.com. +0000 2022-10-15 04:22:37 INFO [2691959100] dns: exchanged rr1---sn-o097znsk.gvt1.com. A rr1.sn-o097znsk.gvt1.com. 1240 IN A 172.217.134.230 +0000 2022-10-15 04:22:37 INFO [673171964] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:43045 +0000 2022-10-15 04:22:37 INFO [673171964] inbound/tun[tun-in]: inbound packet connection to 172.217.134.230:443 +0000 2022-10-15 04:22:37 DEBUG [673171964] router: sniffed packet protocol: quic, domain: rr1---sn-o097znsk.gvt1.com +0000 2022-10-15 04:22:37 INFO [673171964] outbound/trojan[proxy]: outbound packet connection to 172.217.134.230:443 +0000 2022-10-15 04:22:37 INFO [673171964] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:39 INFO [1215629208] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:37346 +0000 2022-10-15 04:22:39 INFO [1215629208] inbound/tun[tun-in]: inbound packet connection to 74.125.157.233:443 +0000 2022-10-15 04:22:39 DEBUG [1215629208] router: sniffed packet protocol: quic, domain: rr4---sn-o097znz7.gvt1.com +0000 2022-10-15 04:22:39 INFO [1215629208] outbound/trojan[proxy]: outbound packet connection to 74.125.157.233:443 +0000 2022-10-15 04:22:39 INFO [1215629208] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:40 INFO [3617141873] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:39983 +0000 2022-10-15 04:22:40 INFO [3617141873] inbound/tun[tun-in]: inbound packet connection to 192.168.1.1:53 +0000 2022-10-15 04:22:40 DEBUG [3617141873] router: sniffed packet protocol: dns +0000 2022-10-15 04:22:40 DEBUG [3617141873] router: match[0] port=53 => dns-out +0000 2022-10-15 04:22:40 DEBUG [3617141873] dns: exchange rr2---sn-n4v7sney.gvt1.com. IN A +0000 2022-10-15 04:22:40 INFO [3617141873] dns: exchanged rr2---sn-n4v7sney.gvt1.com. CNAME rr2---sn-n4v7sney.gvt1.com. 650 IN CNAME rr2.sn-n4v7sney.gvt1.com. +0000 2022-10-15 04:22:40 INFO [3617141873] dns: exchanged rr2---sn-n4v7sney.gvt1.com. A rr2.sn-n4v7sney.gvt1.com. 650 IN A 74.125.103.39 +0000 2022-10-15 04:22:40 INFO [198834422] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:38470 +0000 2022-10-15 04:22:40 INFO [198834422] inbound/tun[tun-in]: inbound packet connection to 74.125.103.39:443 +0000 2022-10-15 04:22:40 DEBUG [198834422] router: sniffed packet protocol: quic, domain: rr2---sn-n4v7sney.gvt1.com +0000 2022-10-15 04:22:40 INFO [198834422] outbound/trojan[proxy]: outbound packet connection to 74.125.103.39:443 +0000 2022-10-15 04:22:40 INFO [198834422] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:41 INFO [3727418302] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:38314 +0000 2022-10-15 04:22:41 INFO [3727418302] inbound/tun[tun-in]: inbound packet connection to 172.217.134.201:443 +0000 2022-10-15 04:22:41 INFO [3727418302] outbound/trojan[proxy]: outbound packet connection to 172.217.134.201:443 +0000 2022-10-15 04:22:41 INFO [3673429861] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:44908 +0000 2022-10-15 04:22:41 INFO [3673429861] inbound/tun[tun-in]: inbound packet connection to 74.125.157.234:443 +0000 2022-10-15 04:22:41 INFO [3673429861] outbound/trojan[proxy]: outbound packet connection to 74.125.157.234:443 +0000 2022-10-15 04:22:41 INFO [3727418302] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:41 INFO [3673429861] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:41 INFO [246306811] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:43701 +0000 2022-10-15 04:22:41 INFO [246306811] inbound/tun[tun-in]: inbound packet connection to 173.194.25.6:443 +0000 2022-10-15 04:22:41 DEBUG [246306811] router: sniffed packet protocol: quic, domain: rr1---sn-o097znzd.gvt1.com +0000 2022-10-15 04:22:41 INFO [246306811] outbound/trojan[proxy]: outbound packet connection to 173.194.25.6:443 +0000 2022-10-15 04:22:41 INFO [246306811] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:42 DEBUG [2693177674] inbound/tun[tun-in]: connection closed: io: read/write on closed pipe | upstream: context canceled +0000 2022-10-15 04:22:43 INFO [622817764] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:42134 +0000 2022-10-15 04:22:43 INFO [622817764] inbound/tun[tun-in]: inbound packet connection to 172.217.134.231:443 +0000 2022-10-15 04:22:43 DEBUG [622817764] router: sniffed packet protocol: quic, domain: rr2---sn-o097znsk.gvt1.com +0000 2022-10-15 04:22:43 INFO [622817764] outbound/trojan[proxy]: outbound packet connection to 172.217.134.231:443 +0000 2022-10-15 04:22:43 INFO [622817764] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:45 DEBUG [4178522288] inbound/tun[tun-in]: connection closed: io: read/write on closed pipe | upstream: context canceled +0000 2022-10-15 04:22:45 INFO [3056104174] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:51798 +0000 2022-10-15 04:22:45 INFO [3056104174] inbound/tun[tun-in]: inbound packet connection to 192.168.1.1:53 +0000 2022-10-15 04:22:45 DEBUG [3056104174] router: sniffed packet protocol: dns +0000 2022-10-15 04:22:45 DEBUG [3056104174] router: match[0] port=53 => dns-out +0000 2022-10-15 04:22:45 DEBUG [3056104174] dns: exchange rr2---sn-n4v7sns7.gvt1.com. IN A +0000 2022-10-15 04:22:46 INFO [3056104174] dns: exchanged rr2---sn-n4v7sns7.gvt1.com. CNAME rr2---sn-n4v7sns7.gvt1.com. 1605 IN CNAME rr2.sn-n4v7sns7.gvt1.com. +0000 2022-10-15 04:22:46 INFO [3056104174] dns: exchanged rr2---sn-n4v7sns7.gvt1.com. A rr2.sn-n4v7sns7.gvt1.com. 1605 IN A 173.194.25.103 +0000 2022-10-15 04:22:46 INFO [3039310564] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:45362 +0000 2022-10-15 04:22:46 INFO [3039310564] inbound/tun[tun-in]: inbound packet connection to 173.194.25.103:443 +0000 2022-10-15 04:22:46 DEBUG [3039310564] router: sniffed packet protocol: quic, domain: rr2---sn-n4v7sns7.gvt1.com +0000 2022-10-15 04:22:46 INFO [3039310564] outbound/trojan[proxy]: outbound packet connection to 173.194.25.103:443 +0000 2022-10-15 04:22:46 INFO [3039310564] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:46 INFO [2164449658] inbound/tun[tun-in]: inbound connection from 172.19.0.1:46552 +0000 2022-10-15 04:22:46 INFO [2164449658] inbound/tun[tun-in]: inbound connection to 173.194.25.103:443 +0000 2022-10-15 04:22:46 DEBUG [2164449658] router: sniffed protocol: tls, domain: rr2---sn-n4v7sns7.gvt1.com +0000 2022-10-15 04:22:46 INFO [2164449658] outbound/trojan[proxy]: outbound connection to 173.194.25.103:443 +0000 2022-10-15 04:22:46 INFO [2164449658] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:47 DEBUG [2691959100] inbound/tun[tun-in]: connection closed: io: read/write on closed pipe | upstream: context canceled +0000 2022-10-15 04:22:47 INFO [3119306220] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:64966 +0000 2022-10-15 04:22:47 INFO [3119306220] inbound/tun[tun-in]: inbound packet connection to 192.168.1.1:53 +0000 2022-10-15 04:22:47 DEBUG [3119306220] router: sniffed packet protocol: dns +0000 2022-10-15 04:22:47 DEBUG [3119306220] router: match[0] port=53 => dns-out +0000 2022-10-15 04:22:47 DEBUG [3119306220] dns: exchange rr4---sn-o097znzd.gvt1.com. IN A +0000 2022-10-15 04:22:47 INFO [3119306220] dns: exchanged rr4---sn-o097znzd.gvt1.com. CNAME rr4---sn-o097znzd.gvt1.com. 1477 IN CNAME rr4.sn-o097znzd.gvt1.com. +0000 2022-10-15 04:22:47 INFO [3119306220] dns: exchanged rr4---sn-o097znzd.gvt1.com. A rr4.sn-o097znzd.gvt1.com. 1477 IN A 173.194.25.9 +0000 2022-10-15 04:22:47 INFO [279322699] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:39838 +0000 2022-10-15 04:22:47 INFO [279322699] inbound/tun[tun-in]: inbound packet connection to 173.194.25.9:443 +0000 2022-10-15 04:22:47 DEBUG [279322699] router: sniffed packet protocol: quic, domain: rr4---sn-o097znzd.gvt1.com +0000 2022-10-15 04:22:47 INFO [279322699] outbound/trojan[proxy]: outbound packet connection to 173.194.25.9:443 +0000 2022-10-15 04:22:47 INFO [279322699] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:50 DEBUG [3617141873] inbound/tun[tun-in]: connection closed: io: read/write on closed pipe | upstream: context canceled +0000 2022-10-15 04:22:50 ERROR [279322699] inbound/tun[tun-in]: download: read destination: unknown address family: 72 | upload: io: read/write on closed pipe +0000 2022-10-15 04:22:50 INFO [1743490945] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:39838 +0000 2022-10-15 04:22:50 INFO [1743490945] inbound/tun[tun-in]: inbound packet connection to 173.194.25.9:443 +0000 2022-10-15 04:22:50 DEBUG [1743490945] inbound/tun[tun-in]: connection closed: io: read/write on closed pipe +0000 2022-10-15 04:22:50 INFO [3494976026] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:39838 +0000 2022-10-15 04:22:50 INFO [3494976026] inbound/tun[tun-in]: inbound packet connection to 173.194.25.9:443 +0000 2022-10-15 04:22:50 INFO [3485578779] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:39838 +0000 2022-10-15 04:22:50 INFO [3485578779] inbound/tun[tun-in]: inbound packet connection to 173.194.25.9:443 +0000 2022-10-15 04:22:50 DEBUG [3485578779] inbound/tun[tun-in]: connection closed: io: read/write on closed pipe +0000 2022-10-15 04:22:50 INFO [3494976026] outbound/trojan[proxy]: outbound packet connection to 173.194.25.9:443 +0000 2022-10-15 04:22:50 INFO [3494976026] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:50 INFO [849459643] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:39838 +0000 2022-10-15 04:22:50 INFO [849459643] inbound/tun[tun-in]: inbound packet connection to 173.194.25.9:443 +0000 2022-10-15 04:22:50 INFO [849459643] outbound/trojan[proxy]: outbound packet connection to 173.194.25.9:443 +0000 2022-10-15 04:22:50 INFO [849459643] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:51 DEBUG [3494976026] inbound/tun[tun-in]: connection closed: upload: io: read/write on closed pipe | download: read destination: EOF +0000 2022-10-15 04:22:51 INFO [795193097] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:39838 +0000 2022-10-15 04:22:51 INFO [795193097] inbound/tun[tun-in]: inbound packet connection to 173.194.25.9:443 +0000 2022-10-15 04:22:51 INFO [795193097] outbound/trojan[proxy]: outbound packet connection to 173.194.25.9:443 +0000 2022-10-15 04:22:51 INFO [795193097] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:52 DEBUG [849459643] inbound/tun[tun-in]: connection closed: upload: io: read/write on closed pipe | download: read destination: EOF +0000 2022-10-15 04:22:52 INFO [2620850468] inbound/tun[tun-in]: inbound packet connection from 172.19.0.1:39838 +0000 2022-10-15 04:22:52 INFO [2620850468] inbound/tun[tun-in]: inbound packet connection to 173.194.25.9:443 +0000 2022-10-15 04:22:52 INFO [2620850468] outbound/trojan[proxy]: outbound packet connection to 173.194.25.9:443 +0000 2022-10-15 04:22:52 INFO [2620850468] outbound/direct[ip-1]: outbound connection to SOME-IP:443 +0000 2022-10-15 04:22:53 DEBUG [795193097] inbound/tun[tun-in]: connection closed: upload: io: read/write on closed pipe | download: read destination: EOF +0000 2022-10-15 04:22:53 DEBUG [2620850468] inbound/tun[tun-in]: connection closed: upload: io: read/write on closed pipe | download: read destination: EOF +0000 2022-10-15 04:22:55 DEBUG [1574911804] inbound/tun[tun-in]: connection closed: upload: io: read/write on closed pipe | download: read destination: EOF | upstream: context canceled +0000 2022-10-15 04:22:56 DEBUG [3056104174] inbound/tun[tun-in]: connection closed: io: read/write on closed pipe | upstream: context canceled +0000 2022-10-15 04:22:57 DEBUG [3119306220] inbound/tun[tun-in]: connection closed: io: read/write on closed pipe | upstream: context canceled +0000 2022-10-15 04:23:05 DEBUG [1353607113] inbound/tun[tun-in]: connection closed: upload: io: read/write on closed pipe | download: read destination: EOF | upstream: context canceled +0000 2022-10-15 04:23:07 DEBUG [3489332653] inbound/tun[tun-in]: connection closed: upload: io: read/write on closed pipe | download: read destination: EOF | upstream: context canceled +0000 2022-10-15 04:23:09 DEBUG [673171964] inbound/tun[tun-in]: connection closed: upload: io: read/write on closed pipe | download: read destination: EOF | upstream: context canceled +0000 2022-10-15 04:23:10 DEBUG [1215629208] inbound/tun[tun-in]: connection closed: upload: io: read/write on closed pipe | download: read destination: EOF | upstream: context canceled +0000 2022-10-15 04:23:11 DEBUG [198834422] inbound/tun[tun-in]: connection closed: upload: io: read/write on closed pipe | download: read destination: EOF | upstream: context canceled +0000 2022-10-15 04:23:13 DEBUG [246306811] inbound/tun[tun-in]: connection closed: upload: io: read/write on closed pipe | download: read destination: EOF | upstream: context canceled +0000 2022-10-15 04:23:15 DEBUG [622817764] inbound/tun[tun-in]: connection closed: upload: io: read/write on closed pipe | download: read destination: EOF | upstream: context canceled +0000 2022-10-15 04:23:17 DEBUG [3039310564] inbound/tun[tun-in]: connection closed: upload: io: read/write on closed pipe | download: read destination: EOF | upstream: context canceled ```
nekohasekai commented 2 years ago

Vague non-working reports are not accepted.