Update embedded dnsmasq to v2.88rc5

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2022-11-27 12:03:43 +01:00
parent f72bbc9e0e
commit 0766a9e4fc
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD
2 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,6 @@
cmake_minimum_required(VERSION 2.8.12)
project(PIHOLE_FTL C)
set(DNSMASQ_VERSION pi-hole-v2.88rc4)
set(DNSMASQ_VERSION pi-hole-v2.88rc5)
add_subdirectory(src)

View File

@ -541,7 +541,7 @@ static int print_txt(struct dns_header *header, const size_t qlen, char *name,
expired and cleaned out that way.
Return 1 if we reject an address because it look like part of dns-rebinding attack.
Return 2 if the packet is malformed.
Return 3 if we reject parts of a CNAME chain (*** Pi-hole modification ***)
Return 99 if we reject parts of a CNAME chain (*** Pi-hole modification ***)
*/
int extract_addresses(struct dns_header *header, size_t qlen, char *name, time_t now,
struct ipsets *ipsets, struct ipsets *nftsets, int is_sign, int check_rebind,