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 服务组一、服务组二 解析域名 返回IP都是一样的。 不知道是哪里没有配置对,请教大神解惑。 配置具体如下: `server-name smartdns bind [::]:6053 -group cn bind-tcp [::]:6053 -group cn bind [::]:5335 -group us -no-speed-check bind-tcp [::]:5335 -group us -no-speed-check prefetch-domain yes speed-check-mode ping,tcp:80,tcp:443...

新版openwrt版出现DNS泄露问题,旧版没有这个问题,检测网址https://browserleaks.com/dns

**需求应用场景** 内网环境去访问公网IP来访问内网设备 速度特别慢 纯内网环境用内网地址访问或纯外网访问公网IP没有任何问题 我不知道是没有这个功能设置吗还是就这样 **建议的方案** 实现上述场景建议的方案。 **设备信息** 1. FriendlyElec NanoPi R2S 2. 固件信息:[klever1988/nanopi-openwrt] 2022-05-20

研究了和使用了一段时间,总结了下smartdns+ssrp解析流程,各位大佬看看有没有理解错误。 smartdns主要设置:第一组(默认组):6053,国内DNS(阿里、腾讯等);第二组:5335,国外DNS(google、cloudflare等)并设置排除默认组。 SSRP:使用5335端口解析。 解析流程如下图: ![image](https://user-images.githubusercontent.com/35351787/190314267-c1a145a5-4205-47bc-bbb4-d201a0bacbac.png)

需求应用场景 想尝试一下edns,-check-edns参数和edns-client-subnet参数都是必须指定的吗?edns-client-subnet如何指定? 建议的方案 无 设备信息 koolshare openwrt 2.37

配置: server-name smartdns.cn bind [::]:6035 bind-tcp [::]:6035 rr-ttl-min 600 force-AAAA-SOA no speed-check-mode ping,tcp:80,tcp:443 prefetch-domain yes serve-expired yes cache-size 10240 cache-file /mnt/sdb1/smartdns/cn/smartdns.cache serve-expired-ttl 345600 serve-expired-prefetch-time 43200 dualstack-ip-selection yes log-size 64K log-num...

**问题现象** 最新版本37.2.10设置6053端口运行正常,但断开wan口重连后并不会自动恢复为上游服务器导致可上网但smartdns失效,另外最新版37.2.10和37.2.10-openwrt什么区别? **运行环境** 1. esir的openwrt夏季高大全 2. 联通宽带 3. smartdns版本37.2.10 4. 涉及的配置(注意去除个人相关信息) **重现步骤** 1. 上游DNS配置。 2. 访问的域名。 **信息收集** 1. 将/var/log/smrtdns.log日志作为附件上传(注意去除个人相关信息)。 2. 如进程异常,请将coredump功能开启,上传coredump信息文件,同时上传配套的smartdns进程文件。 在自定义界面,开启设置->自定义设置->生成coredump配置,重现问题后提交coredump文件 coredump文件在/tmp目录下

翻了一下最近报告"自动配置dnsmasq故障"的都不能完全证实是smartdns的问题。常见有其他app争先修改dnsmasq配置,smardns版本错误等。 目前我遇到的smartdns 自动配置 dnsmasq故障如下: openwrt 21.02 x86_64 官方原版 smartdns 37.2.10 + luci-app-smartdns 38.0.1 js版(来源:github action 自动编译) 当smartdns和dnsmasq具有以下配置时 ``` root@OpenWrt:~# uci show dhcp dhcp.@dnsmasq[0]=dnsmasq dhcp.@dnsmasq[0].localise_queries='1' dhcp.@dnsmasq[0].local='/lan/' dhcp.@dnsmasq[0].domain='lan' dhcp.@dnsmasq[0].expandhosts='1' dhcp.@dnsmasq[0].readethers='1' dhcp.@dnsmasq[0].leasefile='/tmp/dhcp.leases' dhcp.@dnsmasq[0].ednspacket_max='1232'...

**需求应用场景** 有使用fakedns的环境下。把fakedns加到上游dns里,一般状况fakedns返回的ip去要证书,应该是比较慢的。不影响正常网站。如果被挡的状况下,只有fakedns的ip能拿到正确的tls证书。跟其他ip握手都拿不到正确的证书。这样像openwrt.org之类的网站,国内连太慢,在这个状况下会自动从fakedns的通道出去。 **建议的方案** speed-check-mode 新增 tls-cert,检查tls证书正确返回的速度

**问题现象** 本机docker中起的服务,服务器来后,配置完本机DNS服务器:127.0.0.1后,nslookup无法进行解析。返回的都是: No response from server。 请教是哪里的问题?要如何进行配置呢 **运行环境** 1. win10 docker desktop 2. docker desktop 以 wsl 2作为backend。镜像使用的是:https://hub.docker.com/r/pikuzheng/smartdns 3. docker compose文件内容如下: `version: '3' services: smartdns: image: pikuzheng/smartdns ports: - "53:53"...