尝试了 FlClash, Mihomo Party,clash-verge-rev,clash-nyanpasu,ClashMi 这几个客户端,我发现都无法直接使用我编写的配置文件,有的是需要覆盖,有的是要把覆盖关了,但是反正不管关了还是开了吧,都不会完全使用自定义的配置文件。本人平时需要使用钉钉,微信,企业微信。钉钉软件有一个云打印功能,每一次点击这个功能,第一次总是给我搞一个网络无法链接。我以为是我配置文件的问题,咱也不是很懂。我用 macOS 系统下的 Clash.Meta 试了一下,macOS 系统下钉钉云打印没有这个问题,说明配置文件应该是可以用的。最后发现 Pandora 这个软件没有这个问题。配置简单,没有复杂的应用设置,直接导入配置文件即可。
配置文件中 DNS 如下:
dns:
enable: true
listen: 0.0.0.0:53
ipv6: true
enhanced-mode: fake-ip # redir-host
fake-ip-range: 198.18.0.1/16
nameserver:
- https://dns.alidns.com/dns-query
- https://doh.pub/dns-query
fake-ip-filter: ['rule-set:fakeip-filter,trackerslist,private,cn']
# 因为 dns 涉及了这里,所以进行了补充
rule-providers:
fakeip-filter:
type: http
behavior: domain
format: mrs
path: ./rules/fakeip-filter.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/fakeip-filter-lite.mrs"
interval: 86400
trackerslist:
type: http
behavior: domain
format: mrs
path: ./rules/trackerslist.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/trackerslist.mrs"
interval: 86400
private:
type: http
behavior: domain
format: mrs
path: ./rules/private.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/private.mrs"
interval: 86400
cn:
type: http
behavior: domain
format: mrs
path: ./rules/cn.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/cn-lite.mrs"
interval: 86400
谁要是遇到相同的问题,可以直接试试 Pandora 。
![]() |
1
xinge666 18 天前 via iPhone
你如果有需要的话可以帮你定制一个配置文件,你现在的情况肯定是钉钉那个走到代理了
|
![]() |
2
SenLief 18 天前 via iPhone
你直接用内核跑一下就知道问题了
|
![]() |
3
bigshawn 18 天前
用 winsw 装个服务跑裸核。
|
![]() |
4
totoro625 18 天前
winsw +1
第三方客户端无非是给那些配置文件都看不懂的人用的,目的是让他们一键订阅,快捷修改接入点 自定义的配置文件,每一行都是自己精心设计的,被那些第三方客户端污染篡改,还有各种不兼容,隐私泄露,安全隐患 |
![]() |
5
KeepingNow OP @xinge666 谢谢。我是有一个自己写的配置文件。只不过这些第三方的不按照我的配置文件设置。
|
![]() |
6
KeepingNow OP @xinge666 Pandora 可以,所以我用 Pandora 解决了。
|
![]() |
7
KeepingNow OP @SenLief 不会 = =
|
![]() |
8
KeepingNow OP |
![]() |
9
qiuyue0 15 天前
这些客户端都有默认覆写,有些客户端还没法关
|