vernesong / OpenClash

A Clash Client For OpenWrt
MIT License
16.52k stars 3.05k forks source link

同一个机场配置,Windows能正常使用,openclash上无法连接外网 #1335

Closed MJCCode closed 2 years ago

MJCCode commented 3 years ago

All in one系统,单网口openwrt做旁路网关,配置openclash后显示能连上服务器,但是无法访问外网,同一订阅clash for windows能正常使用,求教配置哪里出问题

MJCCode commented 3 years ago

OpenClash 调试日志

生成时间: 2021-04-06 01:45:24 插件版本: v0.42.03-beta 隐私提示: 上传此日志前请注意检查、屏蔽公网IP、节点、密码等相关敏感信息


#===================== 系统信息 =====================#

主机型号: Intel(R) Pentium(R) CPU 4415U @ 2.30GHz : 1 Core 1 Thread
固件版本: OpenWrt GDQ v3-1[2021]
LuCI版本: git-21.035.34289-13f96d1-1
内核版本: 5.4.101
处理器架构: x86_64

#此项在使用Tun模式时应为ACCEPT
防火墙转发: ACCEPT

#此项有值时建议到网络-接口-lan的设置中禁用IPV6的DHCP
IPV6-DHCP: 

#此项结果应仅有配置文件的DNS监听地址
Dnsmasq转发设置: 127.0.0.1#7874

#===================== 依赖检查 =====================#

dnsmasq-full: 已安装
coreutils: 已安装
coreutils-nohup: 已安装
bash: 已安装
curl: 已安装
jsonfilter: 已安装
ca-certificates: 已安装
ipset: 已安装
ip-full: 已安装
iptables-mod-tproxy: 已安装
kmod-ipt-tproxy: 已安装
iptables-mod-extra: 已安装
kmod-ipt-extra: 已安装
libcap: 已安装
libcap-bin: 已安装
ruby: 已安装
ruby-yaml: 已安装
ruby-psych: 已安装
ruby-pstore: 已安装
ruby-dbm: 已安装
kmod-tun(TUN模式): 已安装
luci-compat(Luci-19.07): 已安装

#===================== 内核检查 =====================#

运行状态: 运行中
进程pid: 680
运行权限: 680: = cap_dac_override,cap_net_bind_service,cap_net_admin,cap_net_raw,cap_sys_resource+eip
运行用户: nobody
已选择的架构: linux-amd64

#下方无法显示内核版本号时请确认您的内核版本是否正确或者有无权限
Tun内核版本: 
Tun内核文件: 不存在
Tun内核运行权限: 否

Game内核版本: 
Game内核文件: 不存在
Game内核运行权限: 否

Dev内核版本: v1.4.2-7-gd759d16
Dev内核文件: 存在
Dev内核运行权限: 正常

#===================== 插件设置 =====================#

当前配置文件: /etc/openclash/config/Cloud.yaml
启动配置文件: /etc/openclash/Cloud.yaml
运行模式: fake-ip
默认代理模式: rule
UDP流量转发(tproxy): 停用
DNS劫持: 启用
自定义DNS: 启用
IPV6-DNS解析: 停用
禁用Dnsmasq缓存: 启用
自定义规则: 启用
仅允许内网: 停用
仅代理命中规则流量: 启用
仅允许常用端口流量: 停用
绕过中国大陆IP: 停用

#启动异常时建议关闭此项后重试
混合节点: 停用
保留配置: 停用

#启动异常时建议关闭此项后重试
第三方规则: 停用

#===================== 自定义规则 一 =====================#
##- DOMAIN-SUFFIX,google.com,Proxy 匹配域名后缀(交由Proxy代理服务器组)
##- DOMAIN-KEYWORD,google,Proxy 匹配域名关键字(交由Proxy代理服务器组)
##- DOMAIN,google.com,Proxy 匹配域名(交由Proxy代理服务器组)
##- DOMAIN-SUFFIX,ad.com,REJECT 匹配域名后缀(拒绝)
##- IP-CIDR,127.0.0.0/8,DIRECT 匹配数据目标IP(直连)
##- SRC-IP-CIDR,192.168.1.201/32,DIRECT 匹配数据发起IP(直连)
##- DST-PORT,80,DIRECT 匹配数据目标端口(直连)
##- SRC-PORT,7777,DIRECT 匹配数据源端口(直连)

##排序在上的规则优先生效,如添加(去除规则前的#号):
##IP段:192.168.1.2-192.168.1.200 直连
##- SRC-IP-CIDR,192.168.1.2/31,DIRECT
##- SRC-IP-CIDR,192.168.1.4/30,DIRECT
##- SRC-IP-CIDR,192.168.1.8/29,DIRECT
##- SRC-IP-CIDR,192.168.1.16/28,DIRECT
##- SRC-IP-CIDR,192.168.1.32/27,DIRECT
##- SRC-IP-CIDR,192.168.1.64/26,DIRECT
##- SRC-IP-CIDR,192.168.1.128/26,DIRECT
##- SRC-IP-CIDR,192.168.1.192/29,DIRECT
##- SRC-IP-CIDR,192.168.1.200/32,DIRECT

##IP段:192.168.1.202-192.168.1.255 直连
##- SRC-IP-CIDR,192.168.1.202/31,DIRECT
##- SRC-IP-CIDR,192.168.1.204/30,DIRECT
##- SRC-IP-CIDR,192.168.1.208/28,DIRECT
##- SRC-IP-CIDR,192.168.1.224/27,DIRECT

##此时IP为192.168.1.1和192.168.1.201的客户端流量走代理(策略),其余客户端不走代理
##因为Fake-IP模式下,IP地址为192.168.1.1的路由器自身流量可走代理(策略),所以需要排除

##仅设置路由器自身直连:
##- SRC-IP-CIDR,192.168.1.1/32,DIRECT
##- SRC-IP-CIDR,198.18.0.1/32,DIRECT

##在线IP段转CIDR地址:http://ip2cidr.com

- SRC-IP-CIDR,198.18.0.1/32,DIRECT
- SRC-IP-CIDR,192.168.1.1/32,DIRECT
##- SRC-IP-CIDR,192.168.1.2/32,DIRECT
- SRC-IP-CIDR,192.168.1.3/32,DIRECT
- SRC-IP-CIDR,192.168.1.4/30,DIRECT
- SRC-IP-CIDR,192.168.1.8/29,DIRECT
- SRC-IP-CIDR,192.168.1.16/28,DIRECT
- SRC-IP-CIDR,192.168.1.32/27,DIRECT
- SRC-IP-CIDR,192.168.1.64/27,DIRECT
- SRC-IP-CIDR,192.168.1.96/30,DIRECT
- SRC-IP-CIDR,192.168.1.128/25,DIRECT

#===================== 自定义规则 二 =====================#
##- DOMAIN-SUFFIX,google.com,Proxy 匹配域名后缀(交由Proxy代理服务器组)
##- DOMAIN-KEYWORD,google,Proxy 匹配域名关键字(交由Proxy代理服务器组)
##- DOMAIN,google.com,Proxy 匹配域名(交由Proxy代理服务器组)
##- DOMAIN-SUFFIX,ad.com,REJECT 匹配域名后缀(拒绝)
##- IP-CIDR,127.0.0.0/8,DIRECT 匹配数据目标IP(直连)
##- SRC-IP-CIDR,192.168.1.201/32,DIRECT 匹配数据发起IP(直连)
##- DST-PORT,80,DIRECT 匹配数据目标端口(直连)
##- SRC-PORT,7777,DIRECT 匹配数据源端口(直连)

#===================== 配置文件 =====================#

<订阅配置过长省略>

dns:
  nameserver:
  - 223.5.5.5
  - 119.29.29.29
  enable: true
  ipv6: false
  enhanced-mode: fake-ip
  fake-ip-range: 198.18.0.1/16
  listen: 127.0.0.1:7874
  fake-ip-filter:
  - "*.lan"
  - time.windows.com
  - time.nist.gov
  - time.apple.com
  - time.asia.apple.com
  - "*.ntp.org.cn"
  - "*.openwrt.pool.ntp.org"
  - time1.cloud.tencent.com
  - time.ustc.edu.cn
  - pool.ntp.org
  - ntp.ubuntu.com
  - ntp.aliyun.com
  - ntp1.aliyun.com
  - ntp2.aliyun.com
  - ntp3.aliyun.com
  - ntp4.aliyun.com
  - ntp5.aliyun.com
  - ntp6.aliyun.com
  - ntp7.aliyun.com
  - time1.aliyun.com
  - time2.aliyun.com
  - time3.aliyun.com
  - time4.aliyun.com
  - time5.aliyun.com
  - time6.aliyun.com
  - time7.aliyun.com
  - "*.time.edu.cn"
  - time1.apple.com
  - time2.apple.com
  - time3.apple.com
  - time4.apple.com
  - time5.apple.com
  - time6.apple.com
  - time7.apple.com
  - time1.google.com
  - time2.google.com
  - time3.google.com
  - time4.google.com
  - music.163.com
  - "*.music.163.com"
  - "*.126.net"
  - musicapi.taihe.com
  - music.taihe.com
  - songsearch.kugou.com
  - trackercdn.kugou.com
  - "*.kuwo.cn"
  - api-jooxtt.sanook.com
  - api.joox.com
  - joox.com
  - y.qq.com
  - "*.y.qq.com"
  - streamoc.music.tc.qq.com
  - mobileoc.music.tc.qq.com
  - isure.stream.qqmusic.qq.com
  - dl.stream.qqmusic.qq.com
  - aqqmusic.tc.qq.com
  - amobile.music.tc.qq.com
  - "*.xiami.com"
  - "*.music.migu.cn"
  - music.migu.cn
  - "*.msftconnecttest.com"
  - "*.msftncsi.com"
  - localhost.ptlogin2.qq.com
  - "+.srv.nintendo.net"
  - "+.stun.playstation.net"
  - xbox.*.microsoft.com
  - "+.xboxlive.com"
  - proxy.golang.org
  - stun.*.*
  - stun.*.*.*
  - heartbeat.belkin.com
  - "*.linksys.com"
  - "*.linksyssmartwifi.com"
redir-port: 7892
mixed-port: 7893
bind-address: "*"
external-ui: "/usr/share/openclash/dashboard"
ipv6: false
profile:
  store-selected: true

#===================== 防火墙设置 =====================#

#NAT chain

# Generated by iptables-save v1.8.4 on Tue Apr  6 01:45:26 2021
*nat
:PREROUTING ACCEPT [1200:180650]
:INPUT ACCEPT [2345:212504]
:OUTPUT ACCEPT [2146:130373]
:POSTROUTING ACCEPT [3413:309857]
:CLOUD_MUSIC - [0:0]
:DOCKER - [0:0]
:MINIUPNPD - [0:0]
:MINIUPNPD-POSTROUTING - [0:0]
:openclash - [0:0]
:openclash_output - [0:0]
:postrouting_lan_rule - [0:0]
:postrouting_rule - [0:0]
:postrouting_vpn_rule - [0:0]
:postrouting_wan_rule - [0:0]
:prerouting_lan_rule - [0:0]
:prerouting_rule - [0:0]
:prerouting_vpn_rule - [0:0]
:prerouting_wan_rule - [0:0]
:zone_lan_postrouting - [0:0]
:zone_lan_prerouting - [0:0]
:zone_vpn_postrouting - [0:0]
:zone_vpn_prerouting - [0:0]
:zone_wan_postrouting - [0:0]
:zone_wan_prerouting - [0:0]
-A PREROUTING -d 8.8.4.4/32 -p tcp -m tcp --dport 53 -j REDIRECT --to-ports 7892
-A PREROUTING -d 8.8.8.8/32 -p tcp -m tcp --dport 53 -j REDIRECT --to-ports 7892
-A PREROUTING -p tcp -m set --match-set music dst -j CLOUD_MUSIC
-A PREROUTING -p udp -m udp --dport 53 -j REDIRECT --to-ports 53
-A PREROUTING -p tcp -m tcp --dport 53 -j REDIRECT --to-ports 53
-A PREROUTING -m comment --comment "!fw3: Custom prerouting rule chain" -j prerouting_rule
-A PREROUTING -i eth0 -m comment --comment "!fw3" -j zone_lan_prerouting
-A PREROUTING -m addrtype --dst-type LOCAL -j DOCKER
-A PREROUTING -p udp -m udp --dport 53 -m comment --comment dns_hijack -j REDIRECT --to-ports 53
-A PREROUTING -p tcp -m tcp --dport 53 -m comment --comment dns_hijack -j REDIRECT --to-ports 53
-A PREROUTING -p tcp -j openclash
-A OUTPUT -j openclash_output
-A OUTPUT ! -d 127.0.0.0/8 -m addrtype --dst-type LOCAL -j DOCKER
-A POSTROUTING -s 172.17.0.0/16 ! -o docker0 -j MASQUERADE
-A POSTROUTING -m comment --comment "!fw3: Custom postrouting rule chain" -j postrouting_rule
-A POSTROUTING -o eth0 -m comment --comment "!fw3" -j zone_lan_postrouting
-A CLOUD_MUSIC -d 0.0.0.0/8 -j RETURN
-A CLOUD_MUSIC -d 10.0.0.0/8 -j RETURN
-A CLOUD_MUSIC -d 127.0.0.0/8 -j RETURN
-A CLOUD_MUSIC -d 169.254.0.0/16 -j RETURN
-A CLOUD_MUSIC -d 172.16.0.0/12 -j RETURN
-A CLOUD_MUSIC -d 192.168.0.0/16 -j RETURN
-A CLOUD_MUSIC -d 224.0.0.0/4 -j RETURN
-A CLOUD_MUSIC -d 240.0.0.0/4 -j RETURN
-A CLOUD_MUSIC -p tcp -m set ! --match-set music_http src -m tcp --dport 80 -j REDIRECT --to-ports 5200
-A CLOUD_MUSIC -p tcp -m set ! --match-set music_https src -m tcp --dport 443 -j REDIRECT --to-ports 5201
-A DOCKER -i docker0 -j RETURN
-A MINIUPNPD -p tcp -m tcp --dport 16271 -j DNAT --to-destination 192.168.1.201:9010
-A MINIUPNPD -p tcp -m tcp --dport 27412 -j DNAT --to-destination 192.168.1.201:9020
-A MINIUPNPD -p udp -m udp --dport 21957 -j DNAT --to-destination 192.168.1.201:9030
-A MINIUPNPD -p udp -m udp --dport 23910 -j DNAT --to-destination 192.168.1.201:9031
-A MINIUPNPD -p udp -m udp --dport 27797 -j DNAT --to-destination 192.168.1.201:9032
-A MINIUPNPD -p udp -m udp --dport 21240 -j DNAT --to-destination 192.168.1.201:9033
-A MINIUPNPD -p tcp -m tcp --dport 37501 -j DNAT --to-destination 192.168.1.131:37501
-A MINIUPNPD -p udp -m udp --dport 37501 -j DNAT --to-destination 192.168.1.131:37501
-A MINIUPNPD -p udp -m udp --dport 6954 -j DNAT --to-destination 192.168.1.131:6954
-A MINIUPNPD -p tcp -m tcp --dport 6954 -j DNAT --to-destination 192.168.1.131:6954
-A MINIUPNPD -p tcp -m tcp --dport 22223 -j DNAT --to-destination 192.168.1.100:22223
-A MINIUPNPD -p udp -m udp --dport 22223 -j DNAT --to-destination 192.168.1.100:22223
-A MINIUPNPD-POSTROUTING -s 192.168.1.201/32 -p tcp -m tcp --sport 9010 -j MASQUERADE --to-ports 16271
-A MINIUPNPD-POSTROUTING -s 192.168.1.201/32 -p tcp -m tcp --sport 9020 -j MASQUERADE --to-ports 27412
-A MINIUPNPD-POSTROUTING -s 192.168.1.201/32 -p udp -m udp --sport 9030 -j MASQUERADE --to-ports 21957
-A MINIUPNPD-POSTROUTING -s 192.168.1.201/32 -p udp -m udp --sport 9031 -j MASQUERADE --to-ports 23910
-A MINIUPNPD-POSTROUTING -s 192.168.1.201/32 -p udp -m udp --sport 9032 -j MASQUERADE --to-ports 27797
-A MINIUPNPD-POSTROUTING -s 192.168.1.201/32 -p udp -m udp --sport 9033 -j MASQUERADE --to-ports 21240
-A openclash -m set --match-set localnetwork dst -j RETURN
-A openclash -p tcp -j REDIRECT --to-ports 7892
-A openclash_output -p tcp -m tcp --sport 1194 -j RETURN
-A openclash_output -p tcp -m tcp --sport 1688 -j RETURN
-A openclash_output -m set --match-set localnetwork dst -j RETURN
-A openclash_output -d 198.18.0.0/16 -p tcp -m owner ! --uid-owner 65534 -j REDIRECT --to-ports 7892
-A openclash_output -p tcp -m owner ! --uid-owner 65534 -j REDIRECT --to-ports 7892
-A zone_lan_postrouting -j MINIUPNPD-POSTROUTING
-A zone_lan_postrouting -m comment --comment "!fw3: Custom lan postrouting rule chain" -j postrouting_lan_rule
-A zone_lan_prerouting -j MINIUPNPD
-A zone_lan_prerouting -m comment --comment "!fw3: Custom lan prerouting rule chain" -j prerouting_lan_rule
-A zone_vpn_postrouting -m comment --comment "!fw3: Custom vpn postrouting rule chain" -j postrouting_vpn_rule
-A zone_vpn_postrouting -m comment --comment "!fw3" -j FULLCONENAT
-A zone_vpn_prerouting -m comment --comment "!fw3: Custom vpn prerouting rule chain" -j prerouting_vpn_rule
-A zone_vpn_prerouting -m comment --comment "!fw3" -j FULLCONENAT
-A zone_wan_postrouting -m comment --comment "!fw3: Custom wan postrouting rule chain" -j postrouting_wan_rule
-A zone_wan_postrouting -m comment --comment "!fw3" -j FULLCONENAT
-A zone_wan_prerouting -m comment --comment "!fw3: Custom wan prerouting rule chain" -j prerouting_wan_rule
-A zone_wan_prerouting -m comment --comment "!fw3" -j FULLCONENAT
COMMIT
# Completed on Tue Apr  6 01:45:26 2021

#Mangle chain

# Generated by iptables-save v1.8.4 on Tue Apr  6 01:45:26 2021
*mangle
:PREROUTING ACCEPT [49071277:84932146245]
:INPUT ACCEPT [18655530:10878202125]
:FORWARD ACCEPT [30415715:74053941148]
:OUTPUT ACCEPT [14603511:44589828860]
:POSTROUTING ACCEPT [45030687:118644462216]
:RRDIPT_FORWARD - [0:0]
:RRDIPT_INPUT - [0:0]
:RRDIPT_OUTPUT - [0:0]
-A INPUT -j RRDIPT_INPUT
-A FORWARD -j RRDIPT_FORWARD
-A OUTPUT -j RRDIPT_OUTPUT
-A RRDIPT_FORWARD -s 192.168.1.100/32 -j RETURN
-A RRDIPT_FORWARD -d 192.168.1.100/32 -j RETURN
-A RRDIPT_FORWARD -s 192.168.1.1/32 -j RETURN
-A RRDIPT_FORWARD -d 192.168.1.1/32 -j RETURN
-A RRDIPT_FORWARD -s 192.168.1.3/32 -j RETURN
-A RRDIPT_FORWARD -d 192.168.1.3/32 -j RETURN
-A RRDIPT_INPUT -i eth0 -j RETURN
-A RRDIPT_OUTPUT -o eth0 -j RETURN
COMMIT
# Completed on Tue Apr  6 01:45:26 2021

#===================== IPSET状态 =====================#

Name: cn
Name: ct
Name: cnc
Name: cmcc
Name: crtc
Name: cernet
Name: gwbn
Name: othernet
Name: china
Name: localnetwork
Name: music
Name: music_http
Name: music_https
Name: mwan3_connected_v4
Name: mwan3_connected_v6
Name: mwan3_source_v6
Name: mwan3_dynamic_v4
Name: mwan3_dynamic_v6
Name: mwan3_custom_v4
Name: mwan3_custom_v6
Name: mwan3_connected

#===================== 路由表状态 =====================#

#route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.1.1     0.0.0.0         UG    0      0        0 eth0
172.17.0.0      0.0.0.0         255.255.0.0     U     0      0        0 docker0
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
#ip route list
default via 192.168.1.1 dev eth0 proto static 
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.2 
#ip rule show
0:  from all lookup local
32766:  from all lookup main
32767:  from all lookup default

#===================== 端口占用状态 =====================#

tcp        0      0 :::7892                 :::*                    LISTEN      680/clash
tcp        0      0 :::7893                 :::*                    LISTEN      680/clash
tcp        0      0 :::9090                 :::*                    LISTEN      680/clash
tcp        0      0 :::7890                 :::*                    LISTEN      680/clash
tcp        0      0 :::7891                 :::*                    LISTEN      680/clash
udp        0      0 127.0.0.1:7874          0.0.0.0:*                           680/clash
udp        0      0 :::7891                 :::*                                680/clash
udp        0      0 :::7892                 :::*                                680/clash
udp        0      0 :::7893                 :::*                                680/clash

#===================== 测试本机DNS查询 =====================#

Server:     127.0.0.1
Address:    127.0.0.1#53

Name:   www.baidu.com
Address: 198.18.0.6

#===================== resolv.conf.d =====================#

# Interface lan
nameserver 223.5.5.5
nameserver 119.29.29.29

#===================== 测试本机网络连接 =====================#

HTTP/1.1 200 OK
Accept-Ranges: bytes
Cache-Control: private, no-cache, no-store, proxy-revalidate, no-transform
Connection: keep-alive
Content-Length: 277
Content-Type: text/html
Date: Mon, 05 Apr 2021 17:45:27 GMT
Etag: "575e1f6d-115"
Last-Modified: Mon, 13 Jun 2016 02:50:21 GMT
Pragma: no-cache
Server: bfe/1.0.8.18

#===================== 测试本机网络下载 =====================#

HTTP/1.1 200 OK
Connection: keep-alive
Content-Length: 80
Cache-Control: max-age=300
Content-Security-Policy: default-src 'none'; style-src 'unsafe-inline'; sandbox
Content-Type: text/plain; charset=utf-8
ETag: "bbac3539cac8750132d46a409c2d60f7d42986796ad70d34ac9a1d531bcdfe36"
Strict-Transport-Security: max-age=31536000
X-Content-Type-Options: nosniff
X-Frame-Options: deny
X-XSS-Protection: 1; mode=block
X-GitHub-Request-Id: 3314:7EFA:5140:B9FE:60665074
Accept-Ranges: bytes
Date: Mon, 05 Apr 2021 17:45:27 GMT
Via: 1.1 varnish
X-Served-By: cache-hkg17929-HKG
X-Cache: HIT
X-Cache-Hits: 4
X-Timer: S1617644727.300762,VS0,VE0
Vary: Authorization,Accept-Encoding
Access-Control-Allow-Origin: *
X-Fastly-Request-ID: 9709aafe213020976edd11fb1582a17b511a42ec
Expires: Mon, 05 Apr 2021 17:50:27 GMT
Source-Age: 120

#===================== 最近运行日志 =====================#

time="2021-04-06T01:42:10+08:00" level=info msg="Start initial compatible provider ♻️ 自动选择"
time="2021-04-06T01:42:10+08:00" level=info msg="Start initial compatible provider 📺 哔哩哔哩港澳台"
time="2021-04-06T01:42:10+08:00" level=info msg="Start initial compatible provider 📺 哔哩哔哩"
time="2021-04-06T01:42:10+08:00" level=info msg="Start initial compatible provider 🍎 苹果服务"
time="2021-04-06T01:42:10+08:00" level=info msg="Start initial compatible provider 📺 巴哈姆特"
time="2021-04-06T01:42:10+08:00" level=info msg="Start initial compatible provider 🇰🇷 韩国节点"
time="2021-04-06T01:42:10+08:00" level=info msg="Start initial compatible provider 🇺🇲 美国节点"
time="2021-04-06T01:42:10+08:00" level=info msg="Start initial compatible provider 🇭🇰 香港节点"
time="2021-04-06T01:42:10+08:00" level=info msg="Start initial compatible provider 🍃 应用净化"
time="2021-04-06T01:42:10+08:00" level=info msg="Start initial compatible provider 📱 Twitter推特"
time="2021-04-06T01:42:10+08:00" level=info msg="Start initial compatible provider 🌏 国内媒体"
time="2021-04-06T01:42:10+08:00" level=info msg="Start initial compatible provider 🇸🇬 新加坡节点"
time="2021-04-06T01:42:10+08:00" level=info msg="Start initial compatible provider 🚀 节点选择"
time="2021-04-06T01:42:10+08:00" level=info msg="Start initial compatible provider 📲 Telegram电报"
time="2021-04-06T01:42:10+08:00" level=info msg="Start initial compatible provider 🇹🇼 台湾节点"
time="2021-04-06T01:42:10+08:00" level=info msg="Start initial compatible provider 📹 Youtube油管"
time="2021-04-06T01:42:10+08:00" level=info msg="Start initial compatible provider 📢 谷歌FCM"
time="2021-04-06T01:42:10+08:00" level=fatal msg="Parse config error: rules[19] [DOMAIN-SUFFIX,cloud,Proxy] error: proxy [Proxy] not found"
2021-04-06 01:41:59 Error: OpenClash Can Not Start, Try Use Backup Rules Start Again
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🇰🇷 韩国节点"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🛑 广告拦截"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 📱 Twitter推特"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🕹 规则之外"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🎶 网易云音乐"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🇹🇼 台湾节点"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🎥 Netflix奈飞"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 📺 哔哩哔哩"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🍃 应用净化"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 📹 Youtube油管"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🇭🇰 香港节点"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 📢 谷歌FCM"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 📺 巴哈姆特"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🇸🇬 新加坡节点"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🚀 节点选择"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider Ⓜ️ 微软云盘"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🌏 国内媒体"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🍎 苹果服务"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 📲 Telegram电报"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🌍 国外媒体"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🎮 游戏平台"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🎯 全球直连"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🇺🇲 美国节点"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider ✈️ 手动切换"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🇯🇵 日本节点"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🌐 访问官网"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 📺 哔哩哔哩港澳台"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider 🔯 故障转移"
time="2021-04-06T01:42:16+08:00" level=info msg="Start initial compatible provider ♻️ 自动选择"
2021-04-06 01:42:19 Groups History:【Cloud.yaml】 Restore Successful
2021-04-06 01:41:59 OpenClash Start Successful
MJCCode commented 3 years ago

V大求救啊...

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days