I currently run dnsmasq on a server on my LAN with a pihole-like configuration. I.e. I have a huge list of advertising sites to ignore in /etc/dnsmasq.d/dnsmasq.blacklist.txt, The file is just a long list of entries like:-
The blacklist gets updated weekly using a cron job. It's about 12Mb, 400000 lines.
Can the dnsmasq on an Asus router (e.g. DSL-AC68U) cope with something like this? I know some people have got pihole running on Asuswrt-Merlin and the above dnsmasq configuration is basically what pihole does, so it seems that it should work OK. I have entware installed, there's a USB stick providing 32Gb of disk space, so disk space isn't an issue for the file (it won't need to be in /jffs), I just wonder about the memory requirements of dnsmasq when it loads the file.
Any/all feedback would be very welcome.
Code:
...
...
address=/krer.com/
address=/kreruf.wiki/
address=/kresimir.emiliamilena.pl/
address=/krespyst.com/
address=/krestinaful.com/
address=/krestovskiy.nik.siteme.org/
address=/kreten.banjalucke-ljepotice.ru/
address=/kreud.com/
address=/kreuz.hopto.org/
...
...
The blacklist gets updated weekly using a cron job. It's about 12Mb, 400000 lines.
Can the dnsmasq on an Asus router (e.g. DSL-AC68U) cope with something like this? I know some people have got pihole running on Asuswrt-Merlin and the above dnsmasq configuration is basically what pihole does, so it seems that it should work OK. I have entware installed, there's a USB stick providing 32Gb of disk space, so disk space isn't an issue for the file (it won't need to be in /jffs), I just wonder about the memory requirements of dnsmasq when it loads the file.
Any/all feedback would be very welcome.