I've created a hotspot for children and I want to easily be able to add/remove websites from my blacklist.
My hotspot is a linux machine running 'hostapd' as the hotspot and 'dnsmasq' as the dhcp/dns server.
It's working, and I can block a site bay adding it to my dnsmasq conf file '/etc/dnsmasq.conf' like so:
address=/badwebsite.com/127.0.0.1
but I need to log into the server, update that file, and then kill and restart dnsmasq to add or remove a site.
Is there a way to maintain a dynamic list of blocked sites, either with dnsmasq, hostapd, or some other software, so that I can just update a list that is checked dynamically at runtime for blacklisting or whitelisting websites?