Ad blocking recursive DNS for NixOS
Does the idea of a network-wide ad blocker sound interesting? Luckily, not only is this easy to implement, it can provide more privacy and faster load times when browsing the web! Thanks to a handy service called DNS, which is easy to self-host, you can fine tune what domains the devices on your network can access. This is the second post about my NixOS router project, written as a follow up to this post. This guide will not implement any IPv6 functionality, and is intended for a NixOS system. ...