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
.
What's Changed
- Relax the session cookie from
SameSite=Strict
toLax
by @DL6ER in #2471 - Run dependabot also on composite actions by @yubiuser in #2502
- Speedup build and test by running RISCV on ARM64 by @yubiuser in #2501
- Remove pullapprove.yml by @yubiuser in #2499
- ntp : ignore client version, always return a v4 packet by @rrobgill in #2505
- Store intermediate CNAME domain pointers in DNS cache by @DL6ER in #2461
- Allow unauthenticated access to non-admin LUA pages by @DL6ER in #2503
- Simplify CI build process by @DL6ER in #2507
- Get latest dnsmasq updates by @DL6ER in #2509
- Split FTL build and test on GHA by @yubiuser in #2498