Commissario
There have been a handful of updates recently, I kept losing connection to FTL although the pi-hole itself was working. Run pihole -up to make sure you're up to date.
It works fine and is super easy to set up, just make sure to disable dhcp on the router
Ditch your router and get one that lets you specify a DNS server for your DHCP clients.I'm in same position having to manually set DNS on each device. Over the weekend, I'm going to try DHCP with Pi-Hole.
Ditch your router and get one that lets you specify a DNS server for your DHCP clients.
Oh don't, I just did a count and I've got nine of them. All of them are actively doing something except one Zero W which is just a little play box.I can see myself going full @Feek and getting an army of these things.
Oh don't, I just did a count and I've got nine of them. All of them are actively doing something except one Zero W which is just a little play box.
you can already do this, you'll need to make some modifications
1. install mail as described in section 4.8 of this18 manual
2.enable the Pi-hole update in /etc/cron.d/pihole (uncomment line 22)
3. modify /opt/pihole/update.sh (these modification will solve the "command not found" errors)
line 82: piholeVersion=$(/etc/.pihole/pihole -v -p -c)
line 83: piholeVersionLatest=$(/etc/.pihole/pihole -v -p -l)
line 85: webVersion=$(/etc/.pihole/pihole -v -a -c)
line 86: webVersionLatest=$(/etc/.pihole/pihole -v -a -l)
you will get a weekly mail, see below:
To: root
Subject: Cron /usr/local/bin/pihole updatePihole
::: Checking for updates...
:::
::: Pi-hole version is v2.9.5 (Latest version is v2.9.5)
::: Web Admin version is v1.4.4.2 (Latest version is v1.4.4.2)
:::
::: Everything is up to date!