dns: enhanced-mode: fake-ip fake-ip-range: 198.18.0.1/16 fake-ip-filter: - geosite:cn - rule-set:my_direct - "*.lan" fake-ip-filter-mode: blacklist 那么很多广告域名会命中geosite:cn规则返回real-ip,然后绕过clash核心,发往en0,广告域名就无法被clash核心处理所屏蔽掉。
- 2. “文件拓展”中的 Clash user.yaml 和 sing-box dns.json 文件已被删除,原因是 [mihomo Alpha 版](https://github.com/MetaCubeX/mihomo/blob/Alpha/docs/config.yaml)的`dns.fake-ip-filter` 已支持规则集格式,不需要去自动生成域名格式了,遂一并删除 4 + - 3. 具体使用方法可以参考如下配置: ...
*filter:INPUT ACCEPT [0:0]:FORWARD ACCEPT [0:0]:OUTPUT ACCEPT [0:0] COMMIT # Completed on Tue Mar 1 19:03:10 2022 您可以通过使用以下配置替换文件内容来阻止所有IPv6通信: /etc/iptables/rules.v6 *filter:INPUT DROP [0:0]:FORWARD DROP [0:0]:OUTPUT DROP [0:0] COMMIT *raw:PREROUTING...
我们的Web Filter服务同样会过滤出其他344个域名。
public/fake_ip_filter.list +6-4 Original file line numberDiff line numberDiff line change @@ -7,6 +7,7 @@ 7 7 *.test 8 8 *.local 9 9 *.home.arpa 10 + *.direct 10 11 #放行NTP服务 11 12 time.*.com 12 13 time.*.gov @@ -68,8 +69,8 @@ music.migu....
Fix: the priority of fake-ip-filter Alpha 1 parent 4859b15 commit d3b14c3 File tree dns middleware.go 1 file changed +5 -5lines changed dns/middleware.go +5-5 Original file line numberDiff line numberDiff line change @@ -102,6 +102,11 @@ func withFakeIP(fakePool *fakeip....
fake_ip_filter 适配 sing-box v1.9.0 关于domain_suffix的新特性#655 Merged juewuymerged 1 commit intojuewuy:devfromDustinWin:dev Jun 6, 2024 Contributor DustinWincommentedJun 6, 2024 juewuymerged commit1dee6eaintojuewuy:devJun 6, 2024
开启Fake-IP-Filter导致在表内走代理的域名无法解析DNS,如果我关闭绕过大陆IP的话,那么Fake-IP-Filter表内的大陆域名也将提示无法解析DNS。 To Reproduce 开启Fake-IP-Filter (之前的版本没问题,今天升级003才有) OpenClash Log OpenClash 调试日志 生成时间: 2024-03-11 03:12:58 插件版本: v0.46.003-beta ...
2 changes: 1 addition & 1 deletion 2 luci-app-openclash/files/usr/share/openclash/openclash_fake_filter.sh Original file line numberDiff line numberDiff line change@@ -10,7 +10,7 @@ echo "正在设置Fake-IP黑名单..." >$START_LOGrm -rf "$FAKE_FILTER_FILE" 2>/dev/null if [ -s ...