Best Way to Build a DNS Ad Block

I’m Planning on making a DNS Ad / malware Block which redirects malicious domains to my a local web server.

to do this I will be building a Ubuntu server with bind 9 installed on it, along with a VPN client so that I can use it on different networks.

Does anyone know of any recommendations or any better ways to do this.


It works on stuff other then the pi since the pi runs linux

as a side note , never do the curl -anything insert_link_here | bash without at least reading through the script. if you dont understand what the script is doing you should never pipe it into bash, or run it at all, for that matter.

1 Like