For my nano-pi I use the snapshot from 15-10 and I see in my logs some strange behaviour.
Can this have to do with my Reolink 520 IP camera? Is this device sending info to strange sites?
Or is my adblocker causing this?
I see these adresses in /var/run/simple-adblock.servers.
there are a lot servers in here but in the logs it is mentioning only these (see under)
Sat Oct 17 17:14:55 2020 daemon.info dnsmasq[15030]: using only locally-known addresses for domain [zzzysb.com.com](http://zzzysb.com.com/)
Sat Oct 17 17:14:55 2020 daemon.info dnsmasq[15030]: using only locally-known addresses for domain [zzztech.com](http://zzztech.com/)
Sat Oct 17 17:14:55 2020 daemon.info dnsmasq[15030]: using only locally-known addresses for domain [zzzrtrcm2.com](http://zzzrtrcm2.com/)
Sat Oct 17 17:14:55 2020 daemon.info dnsmasq[15030]: using only locally-known addresses for domain [zzznews.ru](http://zzznews.ru/)
Sat Oct 17 17:14:55 2020 daemon.info dnsmasq[15030]: using only locally-known addresses for domain zzzmhupdejyjybhk.top
Sat Oct 17 17:14:55 2020 daemon.info dnsmasq[15030]: using only locally-known addresses for domain [zzzha.com](http://zzzha.com/)
Sat Oct 17 17:14:55 2020 daemon.info dnsmasq[15030]: using only locally-known addresses for domain [zzzcv.com](http://zzzcv.com/)
Sat Oct 17 17:14:55 2020 daemon.info dnsmasq[15030]: using only locally-known addresses for domain [zzz888.com](http://zzz888.com/)
Unless you have a need for your IP camera to be web accessible, it might make sense to block all outbound traffic (LAN->WAN) from the camera in question. And also maybe add an expection for NTP UDP/123 destination, if your camera shows a timestamp on screen for time synchronization.
It could be multiple things, a botnet trying to chat with it's C&C server, a bad browser extensions trying to redirect traffic or leak back data, etc. Could be a random website trying to display dodgy malicious adverts. Who knows. You'll need to figure out what's causing those domain lookups. Dnsmasq has a logging option for this. You can also dump the traffic running over an interface and sift it for data.
Sun Oct 18 07:49:42 2020 daemon.err uhttpd[966]: /usr/lib/lua/luci/dispatcher.lua:923: attempt to index local 'page' (a nil value)
Sun Oct 18 07:49:42 2020 daemon.err uhttpd[966]: stack traceback:
Sun Oct 18 07:49:42 2020 daemon.err uhttpd[966]: /usr/lib/lua/luci/dispatcher.lua:923: in function 'dispatch'
Sun Oct 18 07:49:42 2020 daemon.err uhttpd[966]: /usr/lib/lua/luci/dispatcher.lua:479: in function </usr/lib/lua/luci/dispatcher.lua:478>
Edit: i see these lines 3 or 4 times in my log. Now, some time later, these are gone.
Will test and see if these adresses will come back!
Edit 2: i reloaded the simple-adblock server list and i see the same messages (like OP) again! So it cannot be the camera...