Let's say I have a techno-illiterate friend I would like to set up with a PiHole (DNS Blackhole). Would it be possible (and relatively secure) to configure a Raspberry Pi to be a plug and play device to do this? Specifically what I was imagining was a two-step process:
- Configure the Pi to automatically perform an ARP spoofing "attack" on all devices on the LAN to intercept traffic headed for the router
- From there, do DNS spoofing to blackhole any requests to sites on the blacklist while ignoring non-blacklisted requests
From some searching around, it seems like both of these steps should be fairly straightforward on a simple home network. This question seems to indicate that this is possible, but I'm not a security whiz and was curious if there were good reasons not do this that I am unaware of or if a better approach exists for this situation.