Pi-hole FTL v5.3.2
This hotfix addresses a few minor issues found in the most recent release:
- Use case-insensitive comparison for MAC addresses #952
- Always try to resolve hostnames at least once #957
- Tweak code to restore compatibility with Gentoo gcc 10.2.0-r3 #954
- Fix for numerous hourly PTR requests seen in network with many (dead) IPv6 addresses (new config option
REFRESH_HOSTNAMES
) #953 - Use case-insensitive comparison for MAC addresses #952
- Fix compatibility with
gcc
version 10 (thanks @DDoSolitary) 4492562 + d61ddc3 - Do not warn about retried queries (query status 12 and 13) during history import 5709ce3
- Catch all real-time signals and handle them appropriately instead of terminating unexpectedly a8266a7
This fixes unexpected terminations of FTL when requesting to re-resolve host names, ARP processing or alias-client reloading from the database. - Check for memory allocation errors in
parse_FTLconf()
b04926a
This should hopefully fix #947 - Respect
RESOLVE_IPV4
andRESOLVE_IPv6
everywhere 267eb95