hiddify / hiddify-next

Multi-platform auto-proxy client, supporting Sing-box, X-ray, TUIC, Hysteria, Reality, Trojan, SSH etc. It’s an open-source, secure and ad-free.
https://hiddify.com
Other
15.68k stars 1.44k forks source link

unable to bypass Chinese sites #1118

Open Nephren-Ruq-Insania opened 1 month ago

Nephren-Ruq-Insania commented 1 month ago

Search first

What Happened?

Hiddify use proxy while browsering cn sites. And in log I found lots of errors like: wsarecv: An existing connection was forcibly closed by the remote host.

Minimal Reproducible Example (MRE)

1.Connect to any node. 2.Browser web.

Expected Behavior

It bypass cn sites.

Version

v1.9.0

Platform/OS

Windows

Additional Context

No response

Application Config Options

{
  "log": {
    "level": "warn",
    "output": "box.log",
    "timestamp": true
  },
  "dns": {
    "servers": [
      {
        "tag": "dns-remote",
        "address": "h3://cloudflare-dns.com/dns-query",
        "address_resolver": "dns-direct"
      },
      {
        "tag": "dns-trick-direct",
        "address": "https://sky.rethinkdns.com/",
        "detour": "direct-fragment"
      },
      {
        "tag": "dns-direct",
        "address": "h3://dns.alidns.com/dns-query",
        "address_resolver": "dns-local",
        "detour": "direct"
      },
      {
        "tag": "dns-local",
        "address": "local",
        "detour": "direct"
      },
      {
        "tag": "dns-block",
        "address": "rcode://success"
      }
    ],
    "rules": [
      {
        "domain": [
          "cloudflare-dns.com"
        ],
        "server": "dns-direct"
      },
      {
        "domain": "cp.cloudflare.com",
        "server": "dns-remote",
        "rewrite_ttl": 3000
      },
      {
        "rule_set": [
          "geoip-cn",
          "geosite-cn"
        ],
        "server": "dns-direct"
      }
    ],
    "final": "dns-remote",
    "static_ips": {
      "sky.rethinkdns.com": [
    ****
      ]
    },
    "independent_cache": true
  },
  "inbounds": [
    {
      "type": "mixed",
      "tag": "mixed-in",
      "listen": "127.0.0.1",
      "listen_port": 12334,
      "sniff": true,
      "sniff_override_destination": true,
      "set_system_proxy": true
    },
    {
      "type": "direct",
      "tag": "dns-in",
      "listen": "127.0.0.1",
      "listen_port": 16450
    }
  ],

    {
      "type": "dns",
      "tag": "dns-out"
    },
    {
      "type": "direct",
      "tag": "direct"
    },
    {
      "type": "direct",
      "tag": "direct-fragment",
      "tls_fragment": {
        "enabled": true,
        "size": "10-30",
        "sleep": "2-8"
      }
    },
    {
      "type": "direct",
      "tag": "bypass"
    },
    {
      "type": "block",
      "tag": "block"
    }
  ],
  "route": {
    "rules": [
      {
        "rule_set": [
          "geoip-cn",
          "geosite-cn"
        ],
        "outbound": "direct"
      },
      {
        "inbound": "dns-in",
        "outbound": "dns-out"
      },
      {
        "port": 53,
        "outbound": "dns-out"
      },
      {
        "clash_mode": "Direct",
        "outbound": "direct"
      },
      {
        "clash_mode": "Global",
        "outbound": "select"
      },
      {
        "geoip": "private",
        "outbound": "bypass"
      }
    ],
    "rule_set": [
      {
        "type": "remote",
        "tag": "geoip-cn",
        "format": "binary",
        "url": "https://raw.githubusercontent.com/hiddify/hiddify-geo/rule-set/country/geoip-cn.srs",
        "update_interval": "120h0m0s"
      },
      {
        "type": "remote",
        "tag": "geosite-cn",
        "format": "binary",
        "url": "https://raw.githubusercontent.com/hiddify/hiddify-geo/rule-set/country/geosite-cn.srs",
        "update_interval": "120h0m0s"
      }
    ],
    "final": "select",
    "auto_detect_interface": true,
    "override_android_vpn": true
  },
  "experimental": {
    "cache_file": {
      "enabled": true,
      "path": "clash.db"
    },
    "clash_api": {
      "external_controller": "127.0.0.1:16756",
      "secret": "****"
    }
  }
}

Relevant log output

2:23 ERROR [97002557 75ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53536: download: read tcp 192.168.1.145:53537->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:24 ERROR [604971227 493ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53552: download: read tcp 192.168.1.145:53553->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [764729848 341ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53562: download: read tcp 192.168.1.145:53563->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [3049645759 327ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53566: download: read tcp 192.168.1.145:53568->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [3243880705 293ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53582: download: read tcp 192.168.1.145:53586->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [3536416267 292ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53588: download: read tcp 192.168.1.145:53596->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [300342251 305ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53594: download: read tcp 192.168.1.145:53599->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [233382835 311ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53583: download: read tcp 192.168.1.145:53585->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [921984909 310ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53592: download: read tcp 192.168.1.145:53601->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [4069188798 310ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53593: download: read tcp 192.168.1.145:53600->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [809154385 286ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53609: download: read tcp 192.168.1.145:53616->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [627175856 318ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53591: download: read tcp 192.168.1.145:53602->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [1712135414 318ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53595: download: read tcp 192.168.1.145:53604->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [1322985351 308ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53607: download: read tcp 192.168.1.145:53612->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [1294576974 310ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53606: download: read tcp 192.168.1.145:53613->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [2433368535 320ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53598: download: read tcp 192.168.1.145:53608->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [2074938021 324ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53590: download: read tcp 192.168.1.145:53603->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [3573011881 317ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53605: download: read tcp 192.168.1.145:53614->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [3132855375 328ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53597: download: read tcp 192.168.1.145:53610->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [2148165877 356ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53576: download: read tcp 192.168.1.145:53579->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [1209215804 404ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53578: download: read tcp 192.168.1.145:53580->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:25 ERROR [3003807914 379ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53611: download: read tcp 192.168.1.145:53615->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:26 ERROR [1959799847 794ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53575: download: read tcp 192.168.1.145:53577->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:27 ERROR [615680545 991ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53625: download: read tcp 192.168.1.145:53626->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:22:31 ERROR [1823611575 10.52s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53473: download: read tcp 192.168.1.145:53475->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:23:05 ERROR [1282129032 41.40s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53554: download: read tcp 192.168.1.145:53555->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:23:10 ERROR [3549628003 43.99s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53623: download: read tcp 192.168.1.145:53624->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:23:38 ERROR [1395179573 1m12s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53619: download: read tcp 192.168.1.145:53620->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:23:54 ERROR [3576445895 16.27s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53640: download: read tcp 192.168.1.145:53641->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:05 ERROR [1135766916 1m11s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53642: download: read tcp 192.168.1.145:53643->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:10 ERROR [2989032578 239ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53646: download: read tcp 192.168.1.145:53647->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:10 ERROR [799665233 230ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53648: download: read tcp 192.168.1.145:53649->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:14 ERROR [2194340971 2m50s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53544: download: read tcp 192.168.1.145:53545->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:14 ERROR [4008109349 2m50s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53542: download: read tcp 192.168.1.145:53543->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:14 ERROR [3617129257 2m51s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53530: download: read tcp 192.168.1.145:53531->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:14 ERROR [3220101375 2m50s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53550: download: read tcp 192.168.1.145:53551->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:14 ERROR [942689454 2m50s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53546: download: read tcp 192.168.1.145:53547->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:14 ERROR [4172955528 2m50s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53534: download: read tcp 192.168.1.145:53535->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:15 ERROR [1478448192 2m51s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53556: download: read tcp 192.168.1.145:53557->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:17 ERROR [2644769520 2m53s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53558: download: read tcp 192.168.1.145:53559->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:19 ERROR [3863831931 5.84s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53662: download: read tcp 192.168.1.145:53663->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [1076463918 484ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53686: download: read tcp 192.168.1.145:53687->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [3924814562 4.52s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53676: download: read tcp 192.168.1.145:53678->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [4023557775 2m13s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53630: download: read tcp 192.168.1.145:53631->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [39932719 3.54s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53680: download: read tcp 192.168.1.145:53681->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [1840200669 5.61s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53672: download: read tcp 192.168.1.145:53673->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [3051685272 4.55s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53677: download: read tcp 192.168.1.145:53679->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [2029283416 2m58s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53617: download: read tcp 192.168.1.145:53618->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [1547146520 2m6s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53632: download: read tcp 192.168.1.145:53633->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [1339624794 2m57s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53621: download: read tcp 192.168.1.145:53622->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [513171260 2m58s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53569: download: read tcp 192.168.1.145:53570->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [4053509722 2m58s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53560: download: read tcp 192.168.1.145:53561->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [2683496179 12.77s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53653: download: read tcp 192.168.1.145:53655->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [1471349258 9.67s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53664: download: read tcp 192.168.1.145:53665->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [4147176878 2m58s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53572: download: read tcp 192.168.1.145:53574->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [4149105099 2m58s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53565: download: read tcp 192.168.1.145:53567->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [1585314748 2m58s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53571: download: read tcp 192.168.1.145:53573->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [3985003410 11.77s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53658: download: read tcp 192.168.1.145:53659->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [4258084288 5.92s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53670: download: read tcp 192.168.1.145:53671->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [3427291938 13.71s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53650: download: read tcp 192.168.1.145:53651->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [989656370 1.50s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53684: download: read tcp 192.168.1.145:53685->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [18359102 10.60s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53660: download: read tcp 192.168.1.145:53661->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [2988750842 6.58s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53668: download: read tcp 192.168.1.145:53669->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [3264005382 2.53s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53682: download: read tcp 192.168.1.145:53683->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [1121865249 5.57s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53674: download: read tcp 192.168.1.145:53675->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [3406593201 2m55s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53627: download: read tcp 192.168.1.145:53628->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [3556102384 12.77s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53652: download: read tcp 192.168.1.145:53654->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [2050329453 11.92s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53656: download: read tcp 192.168.1.145:53657->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:24 ERROR [3057452148 8.68s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53666: download: read tcp 192.168.1.145:53667->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:26 ERROR [3104934554 74ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53698: download: read tcp 192.168.1.145:53699->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:27 ERROR [2747614583 582ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53706: download: read tcp 192.168.1.145:53707->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:27 ERROR [1866707598 509ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53715: download: read tcp 192.168.1.145:53716->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:27 ERROR [1562089437 331ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53721: download: read tcp 192.168.1.145:53722->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:28 ERROR [4142835893 127ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53723: download: read tcp 192.168.1.145:53724->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:29 ERROR [3514859007 330ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53725: download: read tcp 192.168.1.145:53726->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:29 ERROR [716528504 305ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53729: download: read tcp 192.168.1.145:53731->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:29 ERROR [4175611631 317ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53741: download: read tcp 192.168.1.145:53744->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:29 ERROR [4186668927 332ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53734: download: read tcp 192.168.1.145:53737->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:29 ERROR [9180954 332ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53736: download: read tcp 192.168.1.145:53739->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:29 ERROR [881327989 328ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53746: download: read tcp 192.168.1.145:53748->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:29 ERROR [3998971184 348ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53733: download: read tcp 192.168.1.145:53735->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:29 ERROR [1649144142 350ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53740: download: read tcp 192.168.1.145:53743->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:29 ERROR [1233355532 352ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53745: download: read tcp 192.168.1.145:53747->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:25:29 ERROR [1721527258 356ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53738: download: read tcp 192.168.1.145:53742->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:21 ERROR [4118043113 154ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53765: download: read tcp 192.168.1.145:53766->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:21 ERROR [3770781767 181ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53767: download: read tcp 192.168.1.145:53768->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:24 ERROR [1208203383 72ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53801: download: read tcp 192.168.1.145:53802->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:24 ERROR [974310472 1.44s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53779: download: read tcp 192.168.1.145:53780->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:24 ERROR [77712241 1.45s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53781: download: read tcp 192.168.1.145:53783->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:24 ERROR [2554589060 1.47s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53787: download: read tcp 192.168.1.145:53789->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:26 ERROR [294642380 1.51s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53811: download: read tcp 192.168.1.145:53812->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:26 ERROR [490615889 1.58s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53809: download: read tcp 192.168.1.145:53810->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:26 ERROR [3846858223 1.78s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53804: download: read tcp 192.168.1.145:53806->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:30 ERROR [3069330190 91ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53813: download: read tcp 192.168.1.145:53814->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:31 ERROR [1722635653 80ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53815: download: read tcp 192.168.1.145:53816->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:31 ERROR [2108865722 93ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53817: download: read tcp 192.168.1.145:53818->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:31 ERROR [2101870723 77ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53819: download: read tcp 192.168.1.145:53820->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:31 ERROR [3161708174 298ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53821: download: read tcp 192.168.1.145:53822->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:32 ERROR [4132829311 659ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53823: download: read tcp 192.168.1.145:53824->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:32 ERROR [1805078199 117ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53825: download: read tcp 192.168.1.145:53826->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:32 ERROR [351483389 336ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53827: download: read tcp 192.168.1.145:53828->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:33 ERROR [4228650945 404ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53829: download: read tcp 192.168.1.145:53830->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:33 ERROR [2627228107 445ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53831: download: read tcp 192.168.1.145:53832->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:33 ERROR [1314440212 145ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53833: download: read tcp 192.168.1.145:53834->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:34 ERROR [2824836909 75ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53835: download: read tcp 192.168.1.145:53836->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:27:34 ERROR [3849090943 535ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53837: download: read tcp 192.168.1.145:53838->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:28:01 ERROR [4207670417 361ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53871: download: read tcp 192.168.1.145:53875->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:28:16 ERROR [638697736 2m50s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53692: download: read tcp 192.168.1.145:53693->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:28:17 ERROR [3846527765 2m50s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53710: download: read tcp 192.168.1.145:53711->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:28:17 ERROR [1800889624 2m51s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53696: download: read tcp 192.168.1.145:53697->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:28:17 ERROR [645736328 2m50s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53712: download: read tcp 192.168.1.145:53713->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:28:17 ERROR [3210745263 2m50s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53708: download: read tcp 192.168.1.145:53709->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:28:17 ERROR [2079079406 2m50s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53704: download: read tcp 192.168.1.145:53705->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:28:20 ERROR [2248240390 2m53s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53719: download: read tcp 192.168.1.145:53720->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:28:47 ERROR [3952738515 1m0s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53847: download: read tcp 192.168.1.145:53850->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:28:48 ERROR [3273578344 1m0s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53851: download: read tcp 192.168.1.145:53862->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:28:48 ERROR [2710952046 1m0s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53855: download: read tcp 192.168.1.145:53858->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:28:48 ERROR [218768179 1m0s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53854: download: read tcp 192.168.1.145:53859->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:28:48 ERROR [2894867025 1m0s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53856: download: read tcp 192.168.1.145:53857->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:28:48 ERROR [1594571496 1m0s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53853: download: read tcp 192.168.1.145:53860->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:28:48 ERROR [422365508 1m0s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53852: download: read tcp 192.168.1.145:53861->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:28:48 ERROR [3241167928 1m1s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53843: download: read tcp 192.168.1.145:53844->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:28:48 ERROR [1708434751 1m1s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53845: download: read tcp 192.168.1.145:53848->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:28:48 ERROR [739064656 1m1s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53846: download: read tcp 192.168.1.145:53849->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:30:13 ERROR [827146457 2m52s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53769: download: read tcp 192.168.1.145:53770->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:30:14 ERROR [298664697 2m50s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53797: download: read tcp 192.168.1.145:53798->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:30:14 ERROR [947357965 2m51s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53788: download: read tcp 192.168.1.145:53790->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:30:17 ERROR [1503995923 2m54s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53782: download: read tcp 192.168.1.145:53784->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:30:18 ERROR [3390704830 2m54s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53803: download: read tcp 192.168.1.145:53805->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:30:44 ERROR [650645775 2m50s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53863: download: read tcp 192.168.1.145:53864->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:30:51 ERROR [2991822081 2m50s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53872: download: read tcp 192.168.1.145:53876->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:30:51 ERROR [3537249125 2m50s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53867: download: read tcp 192.168.1.145:53869->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:30:52 ERROR [1032612133 2m51s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53870: download: read tcp 192.168.1.145:53873->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:30:52 ERROR [3957366930 2m51s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53868: download: read tcp 192.168.1.145:53874->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:30:54 ERROR [3986736889 2m54s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53865: download: read tcp 192.168.1.145:53866->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:31:15 ERROR [2134789467 3m41s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53839: download: read tcp 192.168.1.145:53840->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:33:17 ERROR [3841934807 2m51s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53884: download: read tcp 192.168.1.145:53885->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:34:14 ERROR [1068701323 6m37s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53841: download: read tcp 192.168.1.145:53842->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:36:41 ERROR [3442381825 31.89s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53906: download: read tcp 192.168.1.145:53907->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host. | upload: write tcp 192.168.1.145:53907->183.236.49.214:33152: wsasend: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:37:40 ERROR [1213994154 1m0s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53939: download: read tcp 192.168.1.145:53940->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:38:05 ERROR [2179509759 1m56s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53904: download: read tcp 192.168.1.145:53905->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:38:06 ERROR [2816568499 9m36s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53878: download: read tcp 192.168.1.145:53879->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:38:07 ERROR [3842890911 1m56s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53912: download: read tcp 192.168.1.145:53916->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:38:07 ERROR [3004847142 1m56s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53913: download: read tcp 192.168.1.145:53915->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:38:09 ERROR [3640085198 1m53s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53936: download: read tcp 192.168.1.145:53937->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:38:09 ERROR [3846556167 1m24s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53941: download: read tcp 192.168.1.145:53942->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:38:09 ERROR [2176410332 2m12s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53899: download: read tcp 192.168.1.145:53900->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:38:09 ERROR [68875607 12m37s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53753: download: read tcp 192.168.1.145:53754->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:38:09 ERROR [1850757266 2m39s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53894: download: read tcp 192.168.1.145:53896->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:38:09 ERROR [902303940 2m2s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53901: download: read tcp 192.168.1.145:53902->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:38:09 ERROR [2055151197 1m59s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53908: download: read tcp 192.168.1.145:53909->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:38:09 ERROR [2884726664 1m57s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53920: download: read tcp 192.168.1.145:53921->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:38:09 ERROR [2619477509 1m54s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53932: download: read tcp 192.168.1.145:53933->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:38:09 ERROR [3231346233 1m54s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53934: download: read tcp 192.168.1.145:53935->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:38:09 ERROR [3821904773 1m56s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53926: download: read tcp 192.168.1.145:53928->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:38:09 ERROR [3099841754 1m56s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53927: download: read tcp 192.168.1.145:53929->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:38:09 ERROR [2917621946 2m39s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53893: download: read tcp 192.168.1.145:53895->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:38:09 ERROR [3098046528 2m16s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53897: download: read tcp 192.168.1.145:53898->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 10:50:42 ERROR [1560260174 1.20s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53959: download: read tcp 192.168.1.145:53960->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:05:46 ERROR [3097150013 453ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53978: download: read tcp 192.168.1.145:53979->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:05:50 ERROR [231370859 612ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:53983: download: read tcp 192.168.1.145:53984->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:27:57 ERROR [184666254 1.45s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54046: download: read tcp 192.168.1.145:54047->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:27:58 ERROR [3929681968 1.57s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54052: download: read tcp 192.168.1.145:54053->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:28:00 ERROR [3798279186 1.90s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54058: download: read tcp 192.168.1.145:54059->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:28:03 ERROR [4148842960 1.58s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54086: download: read tcp 192.168.1.145:54087->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:30:06 ERROR [2431152374 3.0s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54097: download: read tcp 192.168.1.145:54098->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:30:27 ERROR [3870609024 1.67s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54100: download: read tcp 192.168.1.145:54107->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:30:43 ERROR [3555983247 183ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54157: download: read tcp 192.168.1.145:54158->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:30:43 ERROR [1589814374 233ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54167: download: read tcp 192.168.1.145:54168->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:30:43 ERROR [195609157 475ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54170: download: read tcp 192.168.1.145:54172->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:30:49 ERROR [258821697 2.20s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54187: download: read tcp 192.168.1.145:54188->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:02 ERROR [2321810385 110ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54201: download: read tcp 192.168.1.145:54202->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:03 ERROR [1562215488 281ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54203: download: read tcp 192.168.1.145:54204->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [3454549790 38.96s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54197: download: read tcp 192.168.1.145:54198->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [3307450697 43.27s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54177: download: read tcp 192.168.1.145:54178->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [2899270864 44.61s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54165: download: read tcp 192.168.1.145:54166->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [3711158909 43.25s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54179: download: read tcp 192.168.1.145:54180->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [664188859 43.21s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54181: download: read tcp 192.168.1.145:54182->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [2538351221 24.86s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54205: download: read tcp 192.168.1.145:54206->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [3706501408 44.56s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54169: download: read tcp 192.168.1.145:54171->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [629716389 39.68s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54193: download: read tcp 192.168.1.145:54194->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [3987032902 44.37s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54173: download: read tcp 192.168.1.145:54174->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [1193500114 41.8s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54189: download: read tcp 192.168.1.145:54190->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [4228534568 44.96s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54155: download: read tcp 192.168.1.145:54156->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [1332782136 44.4s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54175: download: read tcp 192.168.1.145:54176->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [2659928528 42.9s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54185: download: read tcp 192.168.1.145:54186->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [2493753157 44.68s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54163: download: read tcp 192.168.1.145:54164->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [3874015403 44.69s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54161: download: read tcp 192.168.1.145:54162->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [1995348918 39.38s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54195: download: read tcp 192.168.1.145:54196->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [3544523034 42.46s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54183: download: read tcp 192.168.1.145:54184->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [840752474 45.42s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54143: download: read tcp 192.168.1.145:54144->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [584952716 45.8s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54149: download: read tcp 192.168.1.145:54150->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [2543139988 45.12s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54147: download: read tcp 192.168.1.145:54148->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:31:28 ERROR [2888607088 40.10s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54191: download: read tcp 192.168.1.145:54192->183.236.49.214:33152: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:32:01 ERROR [2817940719 632ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54292: download: write tcp 127.0.0.1:12334->127.0.0.1:54292: wsasend: An established connection was aborted by the software in your host machine.
+0800 2024-07-27 11:33:03 ERROR [2145215361 5.43s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54372: download: read tcp 192.168.1.145:54373->183.236.49.214:35854: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:03 ERROR [136231479 1.63s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54376: download: read tcp 192.168.1.145:54377->183.236.49.214:35854: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:03 ERROR [3137965852 9.27s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54367: download: read tcp 192.168.1.145:54368->183.236.49.214:35854: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:07 ERROR [3481895417 79ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54407: download: read tcp 192.168.1.145:54408->183.236.49.214:35854: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:07 ERROR [102758745 1.3s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54391: download: read tcp 192.168.1.145:54392->183.236.49.214:35854: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:07 ERROR [2852531626 546ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54409: download: read tcp 192.168.1.145:54410->183.236.49.214:35854: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:07 ERROR [2888575604 1.1s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54399: download: read tcp 192.168.1.145:54400->183.236.49.214:35854: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:22 ERROR [597513153 15.98s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54389: download: read tcp 192.168.1.145:54390->183.236.49.214:35854: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:22 ERROR [140583849 15.63s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54401: download: read tcp 192.168.1.145:54402->183.236.49.214:35854: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:22 ERROR [273321587 15.92s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54393: download: read tcp 192.168.1.145:54394->183.236.49.214:35854: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:22 ERROR [2474619789 16.14s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54386: download: read tcp 192.168.1.145:54387->183.236.49.214:35854: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:22 ERROR [1388719728 15.92s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54395: download: read tcp 192.168.1.145:54396->183.236.49.214:35854: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:22 ERROR [858804620 15.79s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54397: download: read tcp 192.168.1.145:54398->183.236.49.214:35854: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:22 ERROR [1222402537 14.86s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54413: download: read tcp 192.168.1.145:54414->183.236.49.214:35854: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:22 ERROR [2966636593 14.85s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54415: download: read tcp 192.168.1.145:54416->183.236.49.214:35854: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:22 ERROR [3325387407 16.48s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54382: download: read tcp 192.168.1.145:54383->183.236.49.214:35854: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:22 ERROR [440263599 10.5s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54419: download: read tcp 192.168.1.145:54420->183.236.49.214:35854: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:50 ERROR [3526581921 246ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54487: download: read tcp 192.168.1.145:54488->183.236.49.214:17282: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:51 ERROR [1920438823 1.9s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54489: download: read tcp 192.168.1.145:54490->183.236.49.214:17282: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:51 ERROR [1123432078 1.1s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54502: download: read tcp 192.168.1.145:54503->183.236.49.214:17282: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:55 ERROR [2007257458 3.48s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54508: download: write tcp 127.0.0.1:12334->127.0.0.1:54508: wsasend: An established connection was aborted by the software in your host machine.
+0800 2024-07-27 11:33:55 ERROR [1605396055 4.51s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54491: download: read tcp 192.168.1.145:54492->183.236.49.214:17282: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:55 ERROR [1274058729 4.45s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54495: download: read tcp 192.168.1.145:54496->183.236.49.214:17282: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:55 ERROR [3128293984 4.32s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54504: download: read tcp 192.168.1.145:54505->183.236.49.214:17282: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:55 ERROR [3782908807 4.94s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54483: download: read tcp 192.168.1.145:54484->183.236.49.214:17282: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:55 ERROR [502838087 4.81s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54485: download: read tcp 192.168.1.145:54486->183.236.49.214:17282: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:55 ERROR [3033435674 4.52s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54493: download: read tcp 192.168.1.145:54494->183.236.49.214:17282: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:55 ERROR [4038699302 5.25s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54479: download: read tcp 192.168.1.145:54480->183.236.49.214:17282: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:33:58 ERROR [1939003378 11.77s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54473: download: read tcp 192.168.1.145:54474->183.236.49.214:17282: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 11:44:10 ERROR [199032823 612ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:54922: download: write tcp 127.0.0.1:12334->127.0.0.1:54922: wsasend: An established connection was aborted by the software in your host machine.
+0800 2024-07-27 12:21:23 ERROR [2486034817 758ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:55195: download: write tcp 127.0.0.1:12334->127.0.0.1:55195: wsasend: An established connection was aborted by the software in your host machine.
+0800 2024-07-27 12:25:28 ERROR [2439158989 21.65s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:55328: download: write tcp 127.0.0.1:12334->127.0.0.1:55328: wsasend: An established connection was aborted by the software in your host machine.
+0800 2024-07-27 13:03:41 ERROR [3405970417 0ms] inbound/mixed[mixed-in]: process connection from 127.0.0.1:55738: reject connection to v10.events.data.microsoft.com:443 while device paused
+0800 2024-07-27 13:03:42 ERROR [3149368525 28m10s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:55383: download: read tcp 192.168.1.145:55384->183.239.109.251:43689: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 13:03:42 ERROR [50220998 29m21s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:55373: download: read tcp 192.168.1.145:55374->183.239.109.251:43689: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 13:03:42 ERROR [2117344537 29m31s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:55370: download: read tcp 192.168.1.145:55371->183.239.109.251:43689: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2024-07-27 13:03:42 ERROR [435977658 28m55s] inbound/mixed[mixed-in]: process connection from 127.0.0.1:55379: download: read tcp 192.168.1.145:55380->183.239.109.251:43689: wsarecv: An existing connection was forcibly closed by the remote host.

Are you willing to submit a PR? If you know how to fix the bug.

skyofsimba commented 1 month ago

一样的问题,主要是访问我国境内网站时速度会变慢。 能不能添加一个能自定义的直连选项? Same issues here. The main problem is the Internet is more laggy and slow when visiting websites from China. Can we pls get an option to bypass ( meaning to visit it directly ) some custom preferred websites ?

wao1201 commented 1 month ago

https://github.com/hiddify/hiddify-next/issues/1030 maybe the same issue

yixiuge301 commented 1 month ago

上周看v2说hiddify路由不行。看来还是大陆开发的比较好用。

wao1201 commented 1 month ago

use v2.1.5, works great

titancomputer commented 1 week ago

try v2.3.0 and check if problem solved or not