Blog

Pi-hole FTL v5.18, Web v5.15 and Core v5.12.1 released

As always, please read through the changelog before updating with pihole -up. (A new tag for docker image will arrive in due course.) Pi-hole FTL changes: What’s Changed Improve deep CNAME inspection by @DL6ER in #1425 Add warning about inaccessible adlists to message table (Pi-hole diagnosis) by @yubiuser in #1415 Update embedded dnsmasq to v2.87rc1 by @DL6ER in #1429 Store domainlist IDs for blocked/permitted…
Read more

PSA: Dropping Support for Ubuntu 18.04

We hate to have to do this so suddenly, but due to the changes made to the FTL build containers, and issues reported to us on Discourse we will need to drop support for Ubuntu 18.04 going forward. While Ubuntu 18.04 is still LTS, there are still two further releases (20.04 , and 22.04), so…
Read more

Pi-hole FTL v5.17, Web v5.14 and Core v5.12 released

As always, please read through the changelog before updating with pihole -up. (A new tag for docker image will arrive in due course.) Please see our previous post for some highlights of this release Pi-hole FTL changes: What’s Changed Fix status of blocked special domains when they are in FTL’s DNS cache by @DL6ER in #1383 Revert “Remove…
Read more

Upcoming Pi-hole changes

We are fast approaching another release (soon™), and we’ve been very busy since the last one. There are a number of smaller changes, but we thought it would be nice to share some of the bigger/more important changes ahead of time, so that they are not missed in amongst the release notes. Saying Goodbye to…
Read more

Pi-hole FTL v5.16, Web v5.13 and Core v5.11.1 released

As always, please read through the changelog before updating with pihole -up. (A new tag for docker image will arrive shortly.) Pi-hole FTL changes: What’s Changed Check struct sizes on the CI instead of during compile-time by @DL6ER in #1329 Add query type “Blocked (special domain)” by @DL6ER in #1338 Fix for theoretical one byte buffer overflow by @DL6ER in #1342 Log reply forcing…
Read more

Pi-hole FTL v5.15, Web v5.12 and Core v5.10 released

As always, please read through the changelog before updating with pihole -up. (A new tag for docker image will arrive shortly.) Pi-hole FTL changes: What’s Changed Fix negative “others” in Upstream Servers pie chart by @DL6ER in #1305 Update SQLite to v3.38.0 by @DL6ER in #1307 Reload blocking mode independently of incoming queries by @DL6ER in #1310 Replace reference to hard-coded default GCinterval value…
Read more

Pi-hole FTL v5.14, Web v5.11 and Core v5.9 released

As always, please read through the changelog before updating with pihole -up. (A new tag for docker image will arrive shortly.) Pi-hole FTL changes: What’s Changed Update Sqlite3 engine to 3.37.2 by @DL6ER in #1276 Enable history and auto-completion for embedded SQLite3 engine by @DL6ER in #1282 Optimize queries table by @DL6ER in #1255 Use embedded SQLite3 engine for the tests by @DL6ER in #1283 Add others…
Read more

Pi-hole FTL v5.13, Web v5.10 and Core v5.8 released

As always, please read through the changelog before updating with pihole -up. (A new tag for docker image will arrive shortly.) Pi-hole FTL changes: What’s Changed Add human-readable table output mode by @DL6ER in #1262 Return DNS port on “>dns-port” telnet command by @DL6ER in #1264 Fix cache statistics by @DL6ER in #1267 Sync master -> development by @DL6ER in #1266 Improve Linux capabilities check by @DL6ER in #1270 Update…
Read more

Pi-hole FTL v5.12, Web v5.9 and Core v5.7 released

As always, please read through the changelog before updating with pihole -up. (A new tag for docker image will arrive shortly.) Pi-hole FTL changes: What’s Changed Extend pihole -vv by @DL6ER in #1229 Print FTL version when calling the built in sqlite function only in interactive mode by @yubiuser in #1226 Compute reply time also for queries which failed upstream by @DL6ER in #1234…
Read more

Understanding DNSSEC validation using Pi-hole’s Query Log

The Domain Name System Security Extensions (DNSSEC) is an Internet standard that adds security mechanisms to the Domain Name System (DNS). It ensures both the authenticity and integrity of the DNS data. From FTL v5.9 on, Pi-hole shows and analyzes the internally generated DNSSEC queries needed to build the chain-to-trust. This feature is enabled by…
Read more