Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2025.06.2 source code.tar.gz | 2025-06-12 | 32.9 kB | |
2025.06.2 source code.zip | 2025-06-12 | 46.5 kB | |
README.md | 2025-06-12 | 1.5 kB | |
Totals: 3 Items | 80.8 kB | 5 |
No Docker Specific Changes - This tag brings in the latest changes from FTL 6.2.3
What's Changed (FTL 6.2.3)
This patch release contains fixes for almost all reported bugs (most importantly, it fixes a logging regression where types are missing from pihole.log
as well as a crash in filter_servers()
deep down in dnsmasq
code). There is one remaining issue about the behavior of server=/example.com/1.2.3.4
having changed which we are still working on with the maintainers of dnsmasq
.
- Relax the session cookie from
SameSite=Strict
toLax
by @DL6ER in https://github.com/pi-hole/FTL/pull/2471 - Run dependabot also on composite actions by @yubiuser in https://github.com/pi-hole/FTL/pull/2502
- Speedup build and test by running RISCV on ARM64 by @yubiuser in https://github.com/pi-hole/FTL/pull/2501
- Remove pullapprove.yml by @yubiuser in https://github.com/pi-hole/FTL/pull/2499
- ntp : ignore client version, always return a v4 packet by @rrobgill in https://github.com/pi-hole/FTL/pull/2505
- Store intermediate CNAME domain pointers in DNS cache by @DL6ER in https://github.com/pi-hole/FTL/pull/2461
- Allow unauthenticated access to non-admin LUA pages by @DL6ER in https://github.com/pi-hole/FTL/pull/2503
- Simplify CI build process by @DL6ER in https://github.com/pi-hole/FTL/pull/2507
- Get latest dnsmasq updates by @DL6ER in https://github.com/pi-hole/FTL/pull/2509
- Split FTL build and test on GHA by @yubiuser in [#2498]