Unexplained DNSMASQ entry in system log

Hi All,

Does any one know why I would have such a specific entry in my system log?

>
> Mon Oct 12 21:15:57 2020 daemon.info dnsmasq[5360]: using standard nameservers for domain kijiji.com
>

Im just at a loss why kijiji is so important to my router.

Thanks,,Bill

Post your configuration:

uci show dhcp

https://openwrt.org/docs/guide-quick-start/sshadministration

2 Likes
dhcp.@dnsmasq[0]=dnsmasq
dhcp.@dnsmasq[0].domainneeded='1'
dhcp.@dnsmasq[0].localise_queries='1'
dhcp.@dnsmasq[0].rebind_protection='1'
dhcp.@dnsmasq[0].rebind_localhost='1'
dhcp.@dnsmasq[0].local='/lan/'
dhcp.@dnsmasq[0].domain='lan'
dhcp.@dnsmasq[0].expandhosts='1'
dhcp.@dnsmasq[0].authoritative='1'
dhcp.@dnsmasq[0].readethers='1'
dhcp.@dnsmasq[0].leasefile='/tmp/dhcp.leases'
dhcp.@dnsmasq[0].resolvfile='/tmp/resolv.conf.auto'
dhcp.@dnsmasq[0].localservice='1'
dhcp.@dnsmasq[0].serversfile='/tmp/adb_list.overall'
dhcp.@dnsmasq[0].confdir='/mnt/sda1/adblock/DNS'
dhcp.lan=dhcp
dhcp.lan.interface='lan'
dhcp.lan.start='100'
dhcp.lan.limit='150'
dhcp.lan.leasetime='12h'
dhcp.lan.dhcpv6='server'
dhcp.lan.ra='server'
dhcp.lan.ra_management='1'
dhcp.wan=dhcp
dhcp.wan.interface='wan'
dhcp.wan.ignore='1'
dhcp.odhcpd=odhcpd
dhcp.odhcpd.maindhcp='0'
dhcp.odhcpd.leasefile='/tmp/hosts/odhcpd'
dhcp.odhcpd.leasetrigger='/usr/sbin/odhcpd-update'
dhcp.odhcpd.loglevel='4'
1 Like
grep -i -r -e kijiji[.]com /mnt/sda1/adblock/DNS /tmp/adb_list.overall

Is it mentioned in the adblock config that you apparently use?

Please remove that line, it's from the former adblock 3.x and no longer used.
Regarding your original problem: Please check your whitelist (in LuCI or under /etc/adblock/adblock.whitelist) ... most probably you'll find 'kijiji.com'.