infinet / dnsmasq

dnsmasq fork with fast ipset/server/address lookup
GNU General Public License v2.0
320 stars 83 forks source link

为特定域指定的上游会同时应用到根域 #11

Open MuJJus opened 7 years ago

MuJJus commented 7 years ago

安装的是预编译包ar71xx,sha1是0a1a7c13714e982b2cf98b33fe16d572f3d1a58d。

如果在dnsmasq.conf里写server=/apple.com/114.114.114.114 那么log就会是这个结果

using nameserver 114.114.114.114#53 for domain apple.com
using nameserver 114.114.114.114#53

就是说他不光是apple.com的上游,他还应用到root上去了。原版不会这样,log只有第一行。

BzLfJ6fgxJ4R commented 7 years ago

ar71xx,v2.77test4分支,使用https://github.com/cpexplorer/openwrt-dnsmasq-fastlookup/tree/v2.77test4 的makefile编译到LEDE 17.01.1,同样这个情况

而且查询量大的时候,有时直接忽略指定的上游配置

实际用起来影响挺大的,希望能修复