2dust
2dust
Even if you can't write code, you can consider that the next GUI program cannot achieve the functions you want If the core cannot be implemented, then the GUI program...
This application is only for users in mainland China and has not been tested in other regions. If anyone can solve this problem, please PR
在界面上显示的日志发出来
无反馈,先关闭了 自己检查下是否有sing-box core错误吧
多个dns时,你可以使用导出完整配置查看,理论上只用到了第一个dns
支持看这里 https://xtls.github.io/config/dns.html#dnsobject
https://github.com/2dust/v2rayNG/releases/tag/1.9.11
你导出完整配置,看下配置文件中dns部分是否正确?
`当值是 "quic+local://host" 的形式,如 "quic+local://dns.adguard.com",Xray 会使用 DNS over QUIC 本地模式 (DOQL) 进行查询,即 DNS 请求不会经过路由组件,直接通过 Freedom outbound 对外请求。该方式需要 DNS 服务器支持 DNS over QUIC。默认使用 853 端口进行查询,可以使用非标端口。` 又仔细看了文档,quic只有写 "quic+local://dns.adguard.com"才是支持的, 只有 "quic://dns.adguard.com"的时候,xray认为就是个udp
https://xtls.github.io/config/dns.html#dnsserverobject DNS 服务器端口,如 53。此项缺省时默认为 53。当使用 DOH、DOHL、DOQL 模式时该项无效,非标端口应在 URL 中指定。 所以目前代码也不需要处理了,完结