diff --git a/CMakeLists.txt b/CMakeLists.txt index 27b799d9..7e780773 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/src/dnsmasq/rfc1035.c b/src/dnsmasq/rfc1035.c index 93f6a530..9b5f2650 100644 --- a/src/dnsmasq/rfc1035.c +++ b/src/dnsmasq/rfc1035.c @@ -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,