Do you want to work on this issue?
You can request for a bounty in order to promote it!
[无法选择代理模式] #107
HenryDLC posted onGitHub
Bug 详情
清晰并准确地描述 Bug,详细描述 KoolClash 的行为和你预期的行为 无法选择代理模式,点了没反应。急!急!急!急!急!急!
你的操作
$ git clone https://github.com/SukkaW/Koolshare-Clash.git $ cd Koolshare-Clash 换了最新的clash-core内核 $ ./build # Get usage information $ ./build pack # Build the package $ ./build ipdb # Update Country.mmdb to latest $ ./build dashboard
屏幕截图 <img width="1791" alt="image" src="https://user-images.githubusercontent.com/11209280/190851614-0d55d391-c443-4ff6-97c3-c7ad26c52748.png">
调试信息
<!--
请使用 KoolClash 内置的「调试工具」获取调试信息,并粘贴在下面的 ``` 之间。
如果是插件界面问题,请提供浏览器 Console 的日志信息。
======================== KoolClash 调试工具 ========================
调试信息生成于 Sat Sep 17 2022 18:12:14 GMT+0800 (中国标准时间)
当前浏览器:Safari 16
-------------------- Koolshare OpenWrt 基本信息 --------------------
固件版本: Openwrt Koolshare mod V2.33, r12074-007caa48d1 by fw867
路由器 LAN IP:192.168.1.5
------------------------ KoolClash 基本信息 ------------------------
KoolClash 版本:0.17.9-beta
Clash 核心版本:Clash v1.11.8 linux amd64 with go1.19 Fri Aug 26 13:20:30 UTC 2022
KoolClash 当前状态:Clash 进程正在运行
用户指定 Clash 外部控制 Host:192.168.1.5
-------------------------- Clash 进程信息 --------------------------
5413 root 1088 S /bin/sh /koolshare/scripts/koolclash_debug.sh 317263
5539 root 1088 S /bin/sh /koolshare/scripts/koolclash_debug.sh 317263
19213 root 707m S /koolshare/bin/clash -d /koolshare/koolclash/config/
19954 root 1084 S /bin/sh /koolshare/scripts/koolclash_watchdog.sh
------------------------ Clash 配置文件目录 ------------------------
-rw-r--r-- 1 root root 3.8M Sep 17 17:42 Country.mmdb
-rw-r--r-- 1 root root 32.0K Sep 17 18:09 cache.db
-rw-r--r-- 1 root root 139.2K Sep 17 17:45 config.yaml
-rw-r--r-- 1 root root 240 Sep 17 18:08 dns.yml
-rw-r--r-- 1 root root 139.0K Sep 17 18:08 origin.yml
------------------------ Clash 配置文件信息 ------------------------
Clash 透明代理端口:23456
Clash 是否允许局域网连接:true
Clash 外部控制监听地址:192.168.1.5: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.28.28.28
- 119.29.29.29
- 223.5.5.5
- tls://dns.rubyfish.cn:853
fallback:
- tls://1.0.0.1:853
- tls://8.8.4.4:853
------------------------- 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
0 0 koolclash_dns udp -- * * 0.0.0.0/0 198.19.0.0/24 udp dpt:53
3503 212K koolclash tcp -- * * 0.0.0.0/0 0.0.0.0/0
* iptables mangle 中 koolclash 链
* iptables nat 中 koolclash 链
1825 115K 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.5 tcp dpt:22
1678 97228 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 redir ports 23456
* iptables mangle 中 koolclash_dns 链
* iptables nat 中 koolclash_dns 链
0 0 DNAT udp -- * * 0.0.0.0/0 198.19.0.0/24 udp dpt:53 to:192.168.1.5:23453
0 0 DNAT tcp -- * * 0.0.0.0/0 198.19.0.0/24 tcp dpt:53 to:192.168.1.5:23453
* iptables nat 中 53 端口相关条目
2 13 999 DNAT udp -- br-lan * 192.168.1.142 0.0.0.0/0 udp dpt:53 to:8.8.8.8
11 0 0 koolclash_dns tcp -- * * 0.0.0.0/0 198.19.0.0/24 tcp dpt:53
12 0 0 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:
169.254.0.0/16
172.16.0.0/12
10.0.0.0/8
192.168.0.0/16
224.0.0.0/4
192.168.1.5
127.0.0.0/8
100.64.0.0/10
240.0.0.0/4
0.0.0.0/8
===================================================================
-->