From 7b62db81c335d0a826c9e7bb753000c3647e97c8 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Tue, 27 Apr 2021 07:22:37 +0200 Subject: Removed DGA check for ipv6 reverse IPs --- src/lib/ndpi_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib') diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index fc97f13f0..570787321 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -7361,6 +7361,7 @@ uint8_t ndpi_connection_tracking(struct ndpi_detection_module_struct *ndpi_str, if((!name) || (strchr(name, '_') != NULL) || (endsWith(name, "in-addr.arpa", 12)) + || (endsWith(name, "ip6.arpa", 8)) /* Ignore TLD .local .lan and .home */ || (endsWith(name, ".local", 6)) || (endsWith(name, ".lan", 4)) -- cgit v1.2.3