- Network topology map not loading correctly #424
- Small styling issues in the Report page #433
- Fixed setting saving on reverse proxied setups by @cvc90 🙏
- Better null handling in the
DHCPLSS
plugin - Fixed the new version email template
- Hopefully correct now by @cvc90 🙏: PiHole scan has incorrect SQL query (the below has to be only done if you saved your settings on the
23.9.10
or23.9.11
version)- Fix: remove the
PIHOLE_CMD
setting from yourpialert.conf
file or replace the value in the Settings page withSELECT n.hwaddr AS Object_PrimaryID, {s-quote}null{s-quote} AS Object_SecondaryID, datetime() AS DateTime, na.ip AS Watched_Value1, n.lastQuery AS Watched_Value2, na.name AS Watched_Value3, n.macVendor AS Watched_Value4, {s-quote}null{s-quote} AS Extra, n.hwaddr AS ForeignKey FROM EXTERNAL_PIHOLE.Network AS n LEFT JOIN EXTERNAL_PIHOLE.Network_Addresses AS na ON na.network_id = n.id WHERE n.hwaddr NOT LIKE {s-quote}ip-%{s-quote} AND n.hwaddr <> {s-quote}00:00:00:00:00:00{s-quote};
- Fix: remove the