Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

[Bug Report] 当进行多线程下载时会出现无法响应 #77

Open
gui-li opened this issue Feb 22, 2020 · 0 comments
Open

[Bug Report] 当进行多线程下载时会出现无法响应 #77

gui-li opened this issue Feb 22, 2020 · 0 comments

Comments

@gui-li
Copy link

gui-li commented Feb 22, 2020

Bug 详情

当进行多线程下载时KoolClash会出现无法响应

你的操作

当在客户端上用IDM,ADM等进行多线程下载时,会出现KoolClash无法响应,导致同一网络下所有客户端无法访问任何网络,并且无法访问KoolClash管理界面或策略组空白。过一两分钟后进入管理界面发现proxy策略组被设为默认的auto-url,可能是重启过。可复现率为100%

屏幕截图

调试信息


======================== KoolClash 调试工具 ========================
调试信息生成于 Sat Feb 22 2020 20:58:56 GMT+0800 (China Standard Time)
当前浏览器:Chrome 80
-------------------- Koolshare OpenWrt 基本信息 --------------------
固件版本: Openwrt Koolshare mod V2.33, r12074-007caa48d1 by fw867
路由器 LAN IP:192.168.1.2
------------------------ KoolClash 基本信息 ------------------------
KoolClash 版本:0.17.9-beta
Clash 核心版本:Clash v0.16.0-14-g1948ea1 linux amd64 Fri 01 Nov 2019 02:02:20 PM UTC
KoolClash 当前状态:Clash 进程正在运行
用户指定 Clash 外部控制 Host:未改动
-------------------------- Clash 进程信息 --------------------------
 8549 root      117m S    /koolshare/bin/clash -d /koolshare/koolclash/config/
 8712 root      1088 S    /bin/sh /koolshare/scripts/koolclash_watchdog.sh
23157 root      1088 S    /bin/sh /koolshare/scripts/koolclash_debug.sh 206095
23267 root      1088 S    /bin/sh /koolshare/scripts/koolclash_debug.sh 206095

------------------------ Clash 配置文件目录 ------------------------
-rwxr-xr-x    1 root     root        3.8M Jan 22 23:54 Country.mmdb
-rw-r--r--    1 root     root      434.0K Feb 22 14:31 config.yaml
-rw-r--r--    1 root     root         153 Feb 22 20:57 dns.yml
-rw-r--r--    1 root     root      433.8K Feb 22 14:31 origin.yml

------------------------ Clash 配置文件信息 ------------------------
Clash 透明代理端口:23456
Clash 是否允许局域网连接:true
Clash 外部控制监听地址:192.168.1.2:6170
--------------------- Clash 配置文件 DNS 配置 ----------------------
Clash DNS 是否启用:true
Clash DNS 解析 IPv6:false
Clash DNS 增强模式:fake-ip
Clash DNS 监听:0.0.0.0:23453
KoolClash 当前 DNS 模式:4
-------------------- KoolClash 自定义 DNS 配置 ---------------------
dns:
  enable: true
  ipv6: false
  listen: 0.0.0.0:53
  enhanced-mode: fake-ip
  nameserver:
    - 119.29.29.29
    - 119.28.28.28
    - 182.254.116.116
------------------------- iptables 条目 ---------------------------
 * iptables mangle 中 Clash 相关条目


 * iptables nat 中 Clash 相关条目
    0     0 koolclash_dns  tcp  --  *      *       0.0.0.0/0            198.19.0.0/24        tcp dpt:53
 5702  365K koolclash_dns  udp  --  *      *       0.0.0.0/0            198.19.0.0/24        udp dpt:53
 8777  540K koolclash  tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           


 * iptables mangle 中 koolclash 链


 * iptables nat 中 koolclash 链
  355 21425 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            match-set koolclash_white dst
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            192.168.1.2          tcp dpt:22
 8422  519K REDIRECT   tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            redir ports 23456


* iptables mangle 中 koolclash_dns 链


 * iptables nat 中 koolclash_dns 链
 5702  365K DNAT       udp  --  *      *       0.0.0.0/0            198.19.0.0/24        udp dpt:53 to:192.168.1.2:23453
    0     0 DNAT       tcp  --  *      *       0.0.0.0/0            198.19.0.0/24        tcp dpt:53 to:192.168.1.2:23453


 * iptables nat 中 53 端口相关条目
1        2   160 DNAT       udp  --  *      *       192.168.1.35         8.8.4.4              udp dpt:53 to:192.168.1.2:23453
2      116  7292 DNAT       udp  --  *      *       192.168.1.35         8.8.8.8              udp dpt:53 to:192.168.1.2:23453
5        0     0 koolclash_dns  tcp  --  *      *       0.0.0.0/0            198.19.0.0/24        tcp dpt:53
6     5702  365K koolclash_dns  udp  --  *      *       0.0.0.0/0            198.19.0.0/24        udp dpt:53

---------------------- ipset 白名单 IP 列表 ------------------------
Name: koolclash_white
Type: hash:net
Revision: 6
Header: family inet hashsize 1024 maxelem 65536
Size in memory: 984
References: 1
Number of entries: 10
Members:
192.168.1.2
172.16.0.0/12
224.0.0.0/4
240.0.0.0/4
10.0.0.0/8
0.0.0.0/8
127.0.0.0/8
100.64.0.0/10
192.168.0.0/16
169.254.0.0/16

===================================================================

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

No branches or pull requests

1 participant