smartdns icon indicating copy to clipboard operation
smartdns copied to clipboard

A local DNS server to obtain the fastest website IP for the best Internet experience, support DoT, DoH. 一个本地DNS服务器,获取最快的网站IP,获得最佳上网体验,支持DoH,DoT。

Results 387 smartdns issues
Sort by recently updated
recently updated
newest added

**问题现象** smartdns运行一段时间(几个小时~1天)后,在主路由及局域网设备dig域名出现connection timed out; no servers could be reached错误,此时luci界面显示服务运行正常,重启服务后问题消失,此问题曾多次出现,可复现,但是触发时机尚未发现。 此问题可能与https://github.com/pymumu/smartdns/issues/914 https://github.com/pymumu/smartdns/issues/836 相关。 dig 6053 7053 8055端口均出现错误 root@Openwrt:~# root@Openwrt:~# dig +nocmd +noall +answer +ttlunits A encrypted-tbn3.gstatic.com @10.10.10.1 -p 8055 ;; connection...

**问题现象** 版本Release 35 配置DNS组为cn,查询时也确实交给cn组,但ttl过期后域名预先获取功能会交给default组查询,这里预期应该交给cn组才对 **重现步骤** 配置: bind :6054 -group cn rr-ttl 30 prefetch-domain yes **信息收集** [2021-11-16 21:49:32,902][ INFO][ dns_server.c:2792] query server taobao.com from 127.0.0.1, qtype = 1 [2021-11-16 21:49:32,902][DEBUG][ dns_client.c:502...

**问题现象** 简要描述问题出现的现象 ### **上游服务器设置成加密的链接后例如:(dns.pub/dns-query、dns.google/dns-query ),则会一直报错查询不到。然后看luci界面一直在无限启动-未启动-启动-未启动一两分钟后就挂掉了。。。下面是报错信息,附件也会贴上日志文件和配置文件** [2022-04-21 11:02:06,995][ERROR][ dns_client.c:2857] Send query to upstream server failed, total server number 0 [2022-04-21 11:02:06,995][ERROR][ dns_client.c:2857] Send query to upstream server failed, total server number...

F大的75+O,手动删除SMARTDNS36,安装ARM-OPENWRAT 37包和LUCI文件,OP服务无显示。 但软件包中显示已安装0806版本和LUCI,但无法显示服务。   | 软件包名称 | 版本 -- | -- | -- 移除 | luci-app-smartdns | 1.2022.08.06-1602 移除 | smartdns | 1.2022.08.06-1602

**问题现象** 使用最新版本测试发现客户端无法接收到ipv6地址 1.尝试开启优先返回ipv6 无效 2.开启测速 开启优先返回v6 无效 3.最大返回ip数量设置为1 1-2项开启,无效 4.关闭最大返回ip数量 开启1-2 无效 5.关闭ip数量,开启测速 无效 **运行环境** 1. 固件型号 x86 2. 运营商 中国联通 3. smartdns来源以及版本 release37 4. 涉及的配置(注意去除个人相关信息) server 117.50.177.205 -check-edns server...

**问题现象** Release 37 无法在openwrt master X64下自动启动 需要手动启动才能正常启动 **运行环境** 1. 固件型号 openwrt master X64 kernel 5.10.135 2. 运营商 3. smartdns来源以及版本 官方github编译 Release 37 4. 涉及的配置(注意去除个人相关信息) **重现步骤** 1. 上游DNS配置。 2. 访问的域名。 **信息收集**...

**问题现象** 执行 ``` # systemctl enable smartdns # systemctl start smartdns ``` 执行systemctl status smartdns.service报错如图: ![1](https://user-images.githubusercontent.com/18671173/183345326-939a76d9-4903-4637-a92d-fbfd8c8592c6.jpg) 稍微编辑了内容后,报错如下 ![3](https://user-images.githubusercontent.com/18671173/183345335-a7831372-2ed2-48ab-b18c-9e8c1332d0f1.jpg) 配置文件如下,自行将后缀改为.conf [smartdns.txt](https://github.com/pymumu/smartdns/files/9278960/smartdns.txt) journalctl -xe 报错如图: ![2](https://user-images.githubusercontent.com/18671173/183345330-005f3c54-024f-4eeb-98f0-7630292c98ee.jpg) **运行环境** 1. 树莓派3b+ raspberry lite getconf...

**问题现象** 1. luci 界面smartdns无法显示运行状态,一直显示:正在收集数据... 2. 当启用重定向功能时, 》 重定向53端口无效,测试显示: nslookup -querytype=ptr smartdns Server: 127.0.0.1 Address: 127.0.0.1:53 ** server can't find smartdns: NXDOMAIN 》当模式改为“作为dnsmasq的上游服务器” 时,测试有效,测试显示: nslookup -querytype=ptr smartdns Server: 127.0.0.1 Address: 127.0.0.1:53...

部分linux系统的/proc/version里的‘Microsoft’是小写‘m’,导致无法识别出来,比如我的就是`Linux version 5.10.16.3-microsoft-standard-WSL2 (oe-user@oe-host)...`,解决方式目前有以下几种: 1、 `grep -i Microsoft`忽略大小写 2、 `grep -E '[Mm]icrosoft'`正则匹配 通过正则可能更方便在(假如)后续微软乱搞起别的名字时添加新规则 ![image](https://user-images.githubusercontent.com/25813490/183350690-a52dc31c-315c-4ed0-a526-910889357d80.png)

**需求应用场景** 本文讨论的配置项是: smartdns: **address /doubleclick.net/127.0.0.1** dnsmasq: **address=/doubleclick.net/127.0.0.1** 应用场景谈不上,只是用于调试。 dnsmasq有配置项local-ttl=1,默认值为0。 smartdns固定address规则的TTL=600,不受rr-ttl-reply-max的影响。 **建议的方案** 添加一个选项以设置address规则的TTL。 或者让rr-ttl-reply-max=1对address规则生效。 **设备信息** 1. 设备信息(CPU,厂家) 2. 固件信息