ppdragon16
ppdragon16
> 尝试将lua代码中检查fastpath的代码输出定向到/dev/null后恢复正常 > > ```lua > local function fastpath_status() > return luci.sys.call("/etc/init.d/turboacc check_status fastpath >/dev/null") == 0 > end > ``` 试了,可以。多谢! 改完后: rm /tmp/luci-indexcache rm -rf /tmp/luci-modulecache/
> 之前使用tcp的方式好像在某些情况下还是会有bug(目前发现的是网站一些操作还是有问题),我切换回用clash的方式是没问题的,所以目前有什么办法我可以直接跳过DNS解析直接进入routing规则么?上面提到的hosts的方法我不是很懂,hosts是静态的吧?如何让特定域名直接走代理呢 dnsmasq设置: ``` server=/example.edu.cn/ address=/example.edu.cn/11.11.11.11 address=/example.edu.cn/2001::1 server=/abc.example.company/ address=/abc.example.company/11.11.11.11 address=/abc.example.company/2001::1 ``` dae中: ``` dns { ... routing { request { qname(full:example.edu.cn, full:abc.example.company) -> asis qname(geosite:gfw) -> my_proxy_dns fallback: asis }...
Please check whether your browser is using TCP DNS, which is not a rare case today, e.g. https://lists.dns-oarc.net/pipermail/dns-operations/2023-March/021979.html
Suspecting caused by netutils.ResolveIp46() being called in ControlPlane.ChooseDialTarget() method. Suggest to try configuring "dial_mode" as "ip" or "domain+" and see whether the issue repros.
> `allow_insecure: true`试一下 试了,问题依旧
+1. 对我来说(四个机场的节点混合选择),"节点测速日志以及存活状态"就是"有价值的信息"。 可以自己写简单的脚本来监听并分析log,比如dns统计等。
> [@ppdragon16](https://github.com/ppdragon16) 怀疑是小米之类的、把一个不存在的域名强行写在Host文件里面的骚操作产品 为什么这样会有问题呢?难道这个不存在的域名会在dae中重新解析(解析不到就无法连接)?
dial_mode 改成 IP 了,但是问题依旧。。。所以不是设备hosts问题?我的体脂秤是`华为智能体脂秤3 Pro`.