为什么开了"dnsLog"但看不到dns查询日志? #3666
Replies: 1 comment 3 replies
-
domainStrategy设置成 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
"loglevel": "debug",
"dnsLog": true
如上, 把日志等级设成显示最多信息的 debug, 也看不到dns日志
access.log 文件里只有路由信息
error.log 文件里只有开头有创建 dns 的信息
2024/08/10 10:21:36 [Info] app/dns: DNS: created Remote DOH client for https://223.5.5.5/dns-query
2024/08/10 10:21:36 [Info] app/dns: DNS: created Remote DOH client for https://8.8.8.8/dns-query
但后面一直没出现dns查询
使用环境
Xray-core v1.8.23
Windows 10
chrome 用 SwitchyOmega 连接本机 xray 的 socks 代理端口
浏览器中没有启用"安全dns", 也没有启用"预加载网页"
请问要如何才能显示 dns 查询日志
Beta Was this translation helpful? Give feedback.
All reactions