diff options
author | Luca Deri <deri@ntop.org> | 2021-04-27 07:22:37 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-04-27 07:23:11 +0200 |
commit | 7b62db81c335d0a826c9e7bb753000c3647e97c8 (patch) | |
tree | 52236019a976a1ae3657d3f2319a2cedfc54184c | |
parent | da3e6bd61b7eaf54cad432bd737d5d894e6c9bf9 (diff) |
Removed DGA check for ipv6 reverse IPs
-rw-r--r-- | src/lib/ndpi_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |