Versie 6.3 van Pi-hole Core is uitgekomen. Ook zijn Pi-hole Web 6.4 en Pi-hole FTL 6.4 verschenen. Pi-hole is een advertising-aware dns- en webserver bedoeld om te draaien op een Raspberry Pi in het netwerk. Als op de router naar Pi-hole wordt verwezen voor dns-afhandelingen, zullen alle apparaten binnen het netwerk er automatisch gebruik van maken zonder dat er instellingen hoeven te worden aangepast. Vervolgens worden advertenties niet meer opgehaald, waardoor pagina's sneller laden. In potentie kan er ook malware mee buiten de deur worden gehouden. Voor meer informatie verwijzen we jullie door naar de uitleg en video's op deze pagina, deze handleiding van tweaker jpgview, of dit topic op ons forum. De releasenotes voor deze uitgave kunnen hieronder worden gevonden.
Pi-hole FTL v6.4, Web v6.4 and Core v6.3 Released!As always, please read through the changelogs before updating with
pihole -upDon’t forget, you can use Teleporter to export your configuration. It can be found under the settings menu of the web interface or on the command line with
pihole-FTL --teleporterThis release has also been tagged on Docker as
Performance & Optimization2025.11.1User Interface & Experience
- FTL Optimizations: We’ve improved string processing, memory management, and enabled new compiler flags (such as
-march=nativeand-funroll-loops) to make FTL faster and more efficient (#2571).- Reduced Locking: We’ve reduced DNS resolver locking during database interactions (#2700).
API & Networking
- TOTP Autofill: Logging in with 2FA is now smoother. The TOTP input field now supports
autocomplete="one-time-code", allowing browsers and password managers to automatically suggest the code (#3658).- “All Time” Query Log: The “All Time” date range in the Query Log now accurately reflects the earliest timestamp in your database, giving you a true historical view (#3657, #2706).
- Optional Colour Output: The Gravity API now defaults to plain text output, only sending ANSI colour codes when explicitly requested (
?color=true). This fixes issues for API consumers that don’t handle escape codes well (#2718).
- Extended Hardware Addresses: The API now correctly handles hardware addresses longer than 48 bits (e.g., InfiniBand), ensuring they are displayed and managed correctly (#2724).
- Partial Regex Matching: The search API now supports simple partial matching for regex, making it easier to find domains within your blocklists (#2705).
- Security: We’ve added rate-limiting for TOTP validation (max 1 attempt/second) to prevent brute-force attacks on 2FA (#2719).
